Share via


Ribbon.WindowIconVisibility Property

Gets or sets the Visibility for the icon of the RibbonWindow that contains this Ribbon.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property WindowIconVisibility As Visibility
public Visibility WindowIconVisibility { get; set; }
public:
property Visibility WindowIconVisibility {
    Visibility get ();
    void set (Visibility value);
}
member WindowIconVisibility : Visibility with get, set
function get WindowIconVisibility () : Visibility
function set WindowIconVisibility (value : Visibility)

Property Value

Type: System.Windows.Visibility
One of the enumeration values that specifies the visibility of the icon. The registered default is Visible. For more information about what can influence the value, see Dependency Property Value Precedence.

Dependency Property Information

Identifier field

WindowIconVisibilityProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

Ribbon Class

Microsoft.Windows.Controls.Ribbon Namespace