CadMLeaderTextRightAttachmentType Property |
Gets or sets the type of the text right attachment.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic int TextRightAttachmentType { get; set; }Public Property TextRightAttachmentType As Integer
Get
Set
public:
property int TextRightAttachmentType {
int get ();
void set (int value);
}member TextRightAttachmentType : int with get, set
Property Value
Type:
Int32
The type of the text right attachment.
See Also