The GanttChartViewUpdateScale type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GanttChartViewUpdateScale |
Initializes a new instance of the GanttChartViewUpdateScale class.
|
Methods
| Name | Description | |
|---|---|---|
| CheckAccess | (Inherited from DispatcherObject.) | |
| ClearValue | Overloaded. | |
| 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.) | |
| SetValue | Overloaded. | |
| ShouldSerializeProperty | (Inherited from DependencyObject.) | |
| ToString | (Inherited from Object.) | |
| VerifyAccess | (Inherited from DispatcherObject.) |
Properties
| Name | Description | |
|---|---|---|
| Day |
Gets the day-based instance of the GanttChartViewUpdateScale class, used to make sure only exact day values are allowed to be set during a drag and drop operation.
| |
| DependencyObjectType | (Inherited from DependencyObject.) | |
| Dispatcher | (Inherited from DispatcherObject.) | |
| Free |
Gets the free-based instance of the GanttChartViewUpdateScale class, used to allow any date and time to be set during a drag and drop operation.
| |
| Hour |
Gets the hour-based instance of the GanttChartViewUpdateScale class, used to make sure only exact hour values are allowed to be set during a drag and drop operation.
| |
| HourHalf |
Gets the hour half-based instance of the GanttChartViewUpdateScale class, used to make sure only exact hour half values are allowed to be set during a drag and drop operation.
| |
| HourQuarter |
Gets the hour quarter-based instance of the GanttChartViewUpdateScale class, used to make sure only exact hour quarter values are allowed to be set during a drag and drop operation.
| |
| HourThird |
Gets the hour third-based instance of the GanttChartViewUpdateScale class, used to make sure only exact hour third values are allowed to be set during a drag and drop operation.
| |
| IsSealed | (Inherited from DependencyObject.) | |
| Minute |
Gets the minute-based instance of the GanttChartViewUpdateScale class, used to make sure only exact minute values are allowed to be set during a drag and drop operation.
| |
| Month |
Gets the month-based instance of the GanttChartViewUpdateScale class, used to make sure only exact month values are allowed to be set during a drag and drop operation.
| |
| Week |
Gets the week-based instance of the GanttChartViewUpdateScale class, used to make sure only exact week values are allowed to be set during a drag and drop operation.
|