TickBar::Fill Property

 

Gets or sets the Brush that is used to draw the tick marks.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property Brush^ Fill {
	Brush^ get();
	void set(Brush^ value);
}

Property Value

Type: System.Windows.Media::Brush^

A Brush to use to draw tick marks. The default value is null.

Identifier field

FillProperty

Metadata properties set to true

AffectsRender

.NET Framework
Available since 3.0
Return to top
Show: