Infragistics(R) NetAdvantage(R) : Silverlight 2011.2
SpinButtonVisibilityResolved Property
See Also  E-mail your feedback on this topic.
Infragistics.Controls.Editors Namespace > XamMaskedInput Class : SpinButtonVisibilityResolved Property

Returns the value indicating whether the spin buttons should be displayed.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SpinButtonVisibilityResolved As Visibility
C# 
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 XamMaskedInput.SpinButtonDisplayMode property to control if and when the spin buttons are displayed.

See Also