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