DimensionProperties Class |
[Missing <summary> documentation for "T:Demo3D.Visuals.DimensionProperties"]
Namespace: Demo3D.Visuals
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class DimensionProperties : OwnedProperties
The DimensionProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| DimensionProperties | Initializes a new instance of the DimensionProperties class |
| Name | Description | |
|---|---|---|
| ArrowsInside | When true the arrows are drawn inside the dimension and point outwards. When false the arrows are drawn outside the dimension and point inwards. | |
| EndArrow | The editable profile for the end arrow of the dimension. | |
| EndLocation | The local location on the end visual the dimension is attached to. | |
| EndVisual | The visual that the end of the dimension is attached to. | |
| ExtensionLineOffset | The distance from the start and end locations that the dimension side lines start. | |
| FixPosition | When true the text is anchored to the center of the dimension. When false the text can move along the dimension line to be outside the dimension. This is useful when the dimension is smaller than the text. | |
| FormatString | The .NET numeric formatting string that can control how the dimension is presented, e.g. "{0:#.00} inches" to display 2 decimal places and the suffix of "inches". If empty then the string is formatted using the system unit preferences. | |
| StartArrow | The editable profile for the start arrow of the dimension. | |
| StartLocation | The local location on the start visual the dimension is attached to. | |
| StartVisual | The visual that the start of the dimension is attached to. | |
| Unit | Allow the system unit preferences for the unit to use for displaying distances to be overridden locally for this dimension. Useful to mix m, cm and mm on the same drawing. This is ignored if the FormatString is set. |