Class TickBarEx
A modified TickBar to match the native theme.
Inheritance
TickBarEx
Inherited Members
Namespace: PresentationTheme.AeroLite.Win10
Assembly: PresentationTheme.AeroLite.Win10.dll
Syntax
public class TickBarEx : TickBar, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient
Fields
| Improve this Doc View SourceSelectionTickBrushProperty
Identifies the SelectionTickBrush dependency property.
Declaration
public static readonly DependencyProperty SelectionTickBrushProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceSelectionTickBrush
Gets or sets the Brush for selection ticks.
Declaration
public Brush SelectionTickBrush { get; set; }
Property Value
Type | Description |
---|---|
Brush | The Brush for selection ticks. The registered default is Black. |
Remarks
Dependency Property Information
Identifier field | SelectionTickBrushProperty |
Metadata properties set to true | AffectsRender, SubPropertiesDoNotAffectRender |
Methods
| Improve this Doc View SourceOnRender(DrawingContext)
Declaration
protected override void OnRender(DrawingContext dc)
Parameters
Type | Name | Description |
---|---|---|
DrawingContext | dc |