RibbonGalleryCategory.IsSharedColumnSizeScope Property
Gets or sets a value that specifies whether this gallery category defines the scope used for uniform layout of items.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property IsSharedColumnSizeScope As Boolean
public bool IsSharedColumnSizeScope { get; set; }
public:
property bool IsSharedColumnSizeScope {
bool get ();
void set (bool value);
}
member IsSharedColumnSizeScope : bool with get, set
function get IsSharedColumnSizeScope () : boolean
function set IsSharedColumnSizeScope (value : boolean)
Property Value
Type: System.Boolean
true if this gallery category defines the scope used for uniform layout of items; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.
Dependency Property Information
Identifier field |
|
Metadata properties set to true |
.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.