CadMLeaderStyleLandingGap Property |
Gets or sets the landing gap.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadDoubleParameter LandingGap { get; set; }Public Property LandingGap As CadDoubleParameter
Get
Set
public:
property CadDoubleParameter^ LandingGap {
CadDoubleParameter^ get ();
void set (CadDoubleParameter^ value);
}member LandingGap : CadDoubleParameter with get, set
Property Value
Type:
CadDoubleParameter
The landing gap.
See Also