CadMLeaderEnableLanding Property |
Gets or sets a value indicating whether [enable landing].
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic bool EnableLanding { get; set; }Public Property EnableLanding As Boolean
Get
Set
public:
property bool EnableLanding {
bool get ();
void set (bool value);
}member EnableLanding : bool with get, set
Property Value
Type:
Booleantrue if [enable landing]; otherwise,
false.
See Also