DwfWhipTextOptionScoringPositions Property |
Array of positions
Namespace:
Aspose.CAD.FileFormats.Dwf.Whip.Objects.Drawable.Text
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 22.3
Syntaxpublic int[] Positions { get; }
Public ReadOnly Property Positions As Integer()
Get
public:
property array<int>^ Positions {
array<int>^ get ();
}
member Positions : int[] with get
Property Value
Type:
Int32
See Also