RibbonGallery.IsSharedColumnSizeScope Property

Gets or sets a value that specifies whether this gallery 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 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

IsSharedColumnSizeScopeProperty

Metadata properties set to true

AffectsMeasure

.NET Framework Security

See Also

Reference

RibbonGallery Class

Microsoft.Windows.Controls.Ribbon Namespace