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 |
|
Metadata properties set to true |
None |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.