TickBar.ReservedSpace Property

Definition

Gets or sets a space buffer for the area that contains the tick marks that are specified for a TickBar.

public:
 property double ReservedSpace { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
public double ReservedSpace { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.ReservedSpace : double with get, set
Public Property ReservedSpace As Double

Property Value

A value that represents the total buffer area on either side of the row or column of tick marks. The default value is zero (0.0).

Attributes

Remarks

The space buffer that is defined by the ReservedSpace property is designed to account for the space that the Thumb control uses when it is at either end of the TickBar. The value of the ReservedSpace property is divided in half. One half of the space is used as a buffer on one side of the tick mark collection, and the other half of the space is used as a buffer on the other side of the collection.

Dependency Property Information

Identifier field ReservedSpaceProperty
Metadata properties set to true AffectsRender

Applies to