TickBar::ReservedSpace Property
.NET Framework (current version)
Gets or sets a space buffer for the area that contains the tick marks that are specified for a TickBar.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] property double ReservedSpace { double get(); void set(double value); }
Property Value
Type: System::DoubleA 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).
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.
Identifier field | |
Metadata properties set to true |
.NET Framework
Available since 3.0
Available since 3.0
Show: