AcadMLeaderClassTextJustify Property
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
public virtual AcAttachmentPoint TextJustify { get; set; }
Public Overridable Property TextJustify As AcAttachmentPoint
Get
Set
public:
virtual property AcAttachmentPoint TextJustify {
AcAttachmentPoint get ();
void set (AcAttachmentPoint value);
}
abstract TextJustify : AcAttachmentPoint with get, set
override TextJustify : AcAttachmentPoint with get, set
Property Value
Type:
AcAttachmentPoint
Implements
IAcadMLeaderTextJustify
See Also