SpindleCapOptions Members
Contains layout options for a spindle cap.Constructors
| Name | Description |
|---|---|
| SpindleCapOptions() | Initializes a new instance of the SpindleCapOptions class with default settings. |
Fields
| Name | Description |
|---|---|
| FactorHeightProperty static | Identifies the SpindleCapOptions.FactorHeight dependency property. |
| FactorWidthProperty static | Identifies the SpindleCapOptions.FactorWidth dependency property. |
| ZIndexProperty static | Identifies the SpindleCapOptions.ZIndex dependency property. |
Properties
| Name | Description |
|---|---|
| FactorHeight | Gets or sets a value by which the spindle cap‘s height should be multiplied. |
| FactorWidth | Gets or sets a value by which the spindle cap‘s width should be multiplied. |
| ZIndex | Gets or sets the z-index of a spindle cap. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject. |
See Also