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