RibbonGallery.CategoryStyle Property

Definition

Gets or sets the style that is applied to the RibbonGalleryCategory element generated for each item.

public:
 property System::Windows::Style ^ CategoryStyle { System::Windows::Style ^ get(); void set(System::Windows::Style ^ value); };
public System.Windows.Style CategoryStyle { get; set; }
member this.CategoryStyle : System.Windows.Style with get, set
Public Property CategoryStyle As Style

Property Value

The style that is applied to the container element generated for each item. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.

Remarks

If this property value is not null, it overrides the ItemsControl.ItemContainerStyle property.

Dependency Property Information

Identifier field CategoryStyleProperty
Metadata properties set to true None

Applies to