Version

SpinButtonVisibilityResolved Property

Returns the value indicating whether the spin buttons should be displayed.
Syntax
'Declaration
 
Public ReadOnly Property SpinButtonVisibilityResolved As Visibility
public Visibility SpinButtonVisibilityResolved {get;}
Remarks

SpinButtonVisibilityResolved property returns the resolved value indicating the visibility of the spin buttons in the control. This property is used by the control template to control the visibility of the spin buttons.

Set the SpinButtonDisplayMode property to control if and when the spin buttons are displayed.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also