We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600181a commit 99fa180Copy full SHA for 99fa180
src/editors/xrSdkControls/Controls/NumericSlider/NumericSlider.cs
@@ -52,6 +52,12 @@ public bool Hexadecimal
52
set { numSpinner.Hexadecimal = value; }
53
}
54
55
+ public HorizontalAlignment TextAlign
56
+ {
57
+ get { return numSpinner.TextAlign; }
58
+ set { numSpinner.TextAlign = value; }
59
+ }
60
+
61
public int DecimalPlaces
62
{
63
get { return numSpinner.DecimalPlaces; }
0 commit comments