Version

Visibility Property

Returns whether this display character should be displayed.
Syntax
'Declaration
 
Public ReadOnly Property Visibility As Visibility
public Visibility Visibility {get;}
Remarks

This property is used by the control template of the DisplayCharacterPresenter to hide the element. This property takes into account the state of the control (for example focused state) and gets updated to reflect changes in the states.

Note: Typically you don't need to use this property unless for example you are creating a control template for a ui element that will display this display character.

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