DimensionEqualityLabelFormattingLeadingSpaces Property |
The number of spaces to include before the parameter value.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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