DimensionEqualityLabelFormattingLeadingSpaces Property |
The number of spaces to include before the parameter value.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic int LeadingSpaces { get; set; }
Public Property LeadingSpaces As Integer
Get
Set
public:
property int LeadingSpaces {
int get ();
void set (int value);
}
member LeadingSpaces : int with get, set
Property Value
Int32
See Also