Click or drag to resize

DimensionProperties Class

[Missing <summary> documentation for "T:Demo3D.Visuals.DimensionProperties"]

Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          OwnedProperties
            Demo3D.VisualsDimensionProperties

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class DimensionProperties : OwnedProperties

The DimensionProperties type exposes the following members.

Constructors
  NameDescription
Public methodDimensionProperties
Initializes a new instance of the DimensionProperties class
Top
Properties
  NameDescription
Public propertyArrowsInside
When true the arrows are drawn inside the dimension and point outwards. When false the arrows are drawn outside the dimension and point inwards.
Public propertyEndArrow
The editable profile for the end arrow of the dimension.
Public propertyEndLocation
The local location on the end visual the dimension is attached to.
Public propertyEndVisual
The visual that the end of the dimension is attached to.
Public propertyExtensionLineOffset
The distance from the start and end locations that the dimension side lines start.
Public propertyFixPosition
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.
Public propertyFormatString
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.
Public propertyStartArrow
The editable profile for the start arrow of the dimension.
Public propertyStartLocation
The local location on the start visual the dimension is attached to.
Public propertyStartVisual
The visual that the start of the dimension is attached to.
Public propertyUnit
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.
Top
Methods
  NameDescription
Public methodToString (Overrides SimpleCustomTypeDescriptor.ToString.)
Top
See Also