The Scale type exposes the following members.

Constructors

  NameDescription
Scale
Initializes a new Scale 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
BackgroundProperty
Indicates the Background dependency property.
BorderBrushProperty
Indicates the BorderBrush dependency property.
BorderThicknessProperty
Indicates the BorderThickness dependency property.
ContentTemplateProperty
Indicates the ContentTemplate dependency property.
HeaderBackgroundProperty
Indicates the HeaderBackground dependency property.
HeaderBorderBrushProperty
Indicates the HeaderBorderBrush dependency property.
HeaderBorderThicknessProperty
Indicates the HeaderBorderThickness dependency property.
HeaderContentFormatProperty
Indicates the HeaderContentFormat dependency property.
HeaderContentProviderProperty
Indicates the HeaderContentProvider dependency property.
HeaderContentTemplateProperty
Indicates the HeaderContentTemplate dependency property.
HeaderHeightProperty
Indicates the HeaderHeight dependency property.
IntervalProviderProperty
Indicates the IntervalProvider dependency property.
IntervalsProperty
Indicates the Intervals dependency property.
ScaleTypeProperty
Indicates the ScaleType dependency property.

Properties

  NameDescription
Background
Gets or sets the background of main time interval areas generated by the current scale. This is a dependency property.
BorderBrush
Gets or sets the border brush of main time interval areas generated by the current scale. This is a dependency property.
BorderThickness
Gets or sets the border thinkness of main time interval areas generated by the current scale. This is a dependency property.
ContentTemplate
Gets or sets the DataTemplate used by the vertical bar areas generated by the current scale in the chart area to display texts or content. This is a dependency property.
DependencyObjectType (Inherited from DependencyObject.)
Dispatcher (Inherited from DispatcherObject.)
GanttChartView
Gets the GanttChartView control instance of the current scale.
HeaderBackground
Gets or sets the background of the header areas generated by the current scale. This is a dependency property.
HeaderBorderBrush
Gets or sets the border brush of the header areas generated by the current scale. This is a dependency property.
HeaderBorderThickness
Gets or sets the border thickness of the header areas generated by the current scale. This is a dependency property.
HeaderContentFormat
Gets or sets the time scale text format that will be used to automatically generate texts to be displayed as header content (except for Custom text format) for each of the scale intervals of the current scale. This is a dependency property.
HeaderContentProvider
Gets or sets the provider function that will be used to generate header content values for a custom header content formatted scale. This is a dependency property.
HeaderContentTemplate
Gets or sets the DataTemplate used by the header areas generated by the current scale to display header texts or content. This is a dependency property.
HeaderHeight
Gets or sets the height of the header areas generated by the current scale (automatically initialized to GanttChartView.ScaleHeaderHeight by default). This is a dependency property.
IntervalProvider
Gets or sets the provider function that will be used to generate intervals for a custom scale type. This is a dependency property.
Intervals
Gets the scale interval collection that is considered for displaying header and content areas for the current scale in the view. This is a dependency property.
IsSealed (Inherited from DependencyObject.)
ScaleType
Gets or sets the scale type that will automatically generate intervals (except for Custom scale type) for the current scale. This is a dependency property.

See Also