The GanttChartViewScale type exposes the following members.

Constructors

  NameDescription
GanttChartViewScale

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
AreVerticalBarsVisibleProperty
Identifies the AreVerticalBarsVisible dependency property.
HeaderBackgroundProperty
Identifies the HeaderBackground dependency property.
HeaderBorderBrushProperty
Identifies the HeaderBorderBrush dependency property.
HeaderBorderThicknessProperty
Identifies the HeaderBorderThickness dependency property.
HeaderHeightProperty
Identifies the HeaderHeight dependency property.
HeaderTextFormatProperty
Identifies the HeaderTextFormat dependency property.
HeaderTextTemplateProperty
Identifies the HeaderTextTemplate dependency property.
IsHeaderVisibleProperty
Identifies the IsHeaderVisible dependency property.
TimeScaleProperty
Identifies the TimeScale dependency property.
VerticalBarBackgroundProperty
Identifies the VerticalBarBackground dependency property.
VerticalBarBorderBrushProperty
Identifies the VerticalBarBorderBrush dependency property.
VerticalBarBorderThicknessProperty
Identifies the VerticalBarBorderThickness dependency property.

Properties

  NameDescription
AreVerticalBarsVisible
Gets or sets a value indicating whether vertical bars generated by this scale are visible in the GanttChartView control. This is a dependency property.
DependencyObjectType (Inherited from DependencyObject.)
Dispatcher (Inherited from DispatcherObject.)
HeaderBackground
Gets or sets a Brush that specifies how the header interior of this scale is painted in the GanttChartView control. This is a dependency property.
HeaderBorderBrush
Gets or sets a Brush that specifies how the header outline of this scale is painted in the GanttChartView control. This is a dependency property.
HeaderBorderThickness
Gets or sets the thickness of the header outline in the GanttChartView control. This is a dependency property.
HeaderHeight
Gets or sets the height of the scale in the header of the GanttChartView control. This is a dependency property.
HeaderTextFormat
Gets or sets the time scale text format to use in the header of the GanttChartView control such as Day, WeekStartShortDate, Month, Year, or a custom TimeScaleTextFormat value. This is a dependency property.
HeaderTextTemplate
Gets or sets the template to use for the text in the header of the GanttChartView control. This is a dependency property.
IsHeaderVisible
Gets or sets a value indicating whether this scale is visible in the header of the GanttChartView control. This is a dependency property.
IsSealed (Inherited from DependencyObject.)
TimeScale
Gets or sets the time scale to use in the GanttChartView control such as Days, Weeks, Months, Quarters, Years, or a custom TimeScale value. This is a dependency property.
VerticalBarBackground
Gets or sets a Brush that specifies how the interior of the vertical bars of this scale are painted in the GanttChartView control. This is a dependency property.
VerticalBarBorderBrush
Gets or sets a Brush that specifies how the vertical bars of this scale are painted in the GanttChartView control. This is a dependency property.
VerticalBarBorderThickness
Gets or sets the thickness of the vertical bars in the GanttChartView control. This is a dependency property.

See Also