Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Visibility for the ribbon gallery header.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property HeaderVisibility As Visibility
public Visibility HeaderVisibility { get; set; }
public:
property Visibility HeaderVisibility {
Visibility get ();
void set (Visibility value);
}
member HeaderVisibility : Visibility with get, set
function get HeaderVisibility () : Visibility
function set HeaderVisibility (value : Visibility)
Property Value
Type: System.Windows.Visibility
One of the enumeration values that specifies the visibility of the header. 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.