AlignmentBoxTextFittingPermitted Property
In This Topic
Gets/Sets a value that indicates whether the text fitting in alignment box is permitted or not.
Syntax
public bool AlignmentBoxTextFittingPermitted {get; set;}
public:
property bool AlignmentBoxTextFittingPermitted {
bool get();
void set ( bool value);
}
See Also