TabStop
Position Property
|
Gets or sets position of a tab.
Assigning this property can change tab's index in collection and invalidate Enumerator.
Read/write
Double
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public double Position { get; set; }
Public Property Position As Double
Get
Set
public:
property double Position {
double get ();
void set (double value);
}
member Position : float with get, set
Property Value
Type:
Double
See Also