The ScaleInterval type exposes the following members.

Constructors

  NameDescription
ScaleInterval
Initializes a new ScaleInterval instance.

Methods

  NameDescription
CheckAccess (Inherited from DispatcherObject.)
ClearValueOverloaded.
CoerceValue (Inherited from DependencyObject.)
Equals (Inherited from DependencyObject.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from DependencyObject.)
GetLocalValueEnumerator (Inherited from DependencyObject.)
GetType (Inherited from Object.)
GetValue (Inherited from DependencyObject.)
InvalidateProperty (Inherited from DependencyObject.)
MemberwiseClone (Inherited from Object.)
OnPropertyChanged (Inherited from DependencyObject.)
ReadLocalValue (Inherited from DependencyObject.)
SetCurrentValue (Inherited from DependencyObject.)
SetValueOverloaded.
ShouldSerializeProperty (Inherited from DependencyObject.)
ToString (Inherited from Object.)
VerifyAccess (Inherited from DispatcherObject.)

Fields

  NameDescription
ComputedLeftProperty
Indicates the ComputedLeft dependency property.
ComputedWidthProperty
Indicates the ComputedWidth dependency property.
ContentProperty
Indicates the Content dependency property.
HeaderContentProperty
Indicates the HeaderContent dependency property.

Properties

  NameDescription
ComputedLeft
Gets the computed Canvas.Left value to be used for displaying the header and main areas of the current scale interval in the view. This is a dependency property.
ComputedWidth
Gets the computed width value to be used for displaying the header and main areas of the current scale interval in the view. This is a dependency property.
Content
Gets or sets an object (such as a text) that is displayed for the scale interval in the view. This is a dependency property.
DependencyObjectType (Inherited from DependencyObject.)
Dispatcher (Inherited from DispatcherObject.)
GanttChartView
Gets the GanttChartView control instance of the parent scale of the current scale interval.
HeaderContent
Gets or sets an object (such as a text) that is displayed as a header for the scale interval in the view. This is a dependency property.
IsSealed (Inherited from DependencyObject.)
Scale
Gets the parent Scale object of the current scale interval.
TimeInterval
Gets the time interval that this scale interval was initialized to.

See Also