Compartilhar via


Propriedade RibbonGallery.GalleryItemStyle

Obtém ou define o estilo aplicado aos itens do RibbonGallery.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (em RibbonControlsLibrary.dll)

Sintaxe

'Declaração
Public Property GalleryItemStyle As Style
    Get
    Set
public Style GalleryItemStyle { get; set; }
public:
property Style^ GalleryItemStyle {
    Style^ get ();
    void set (Style^ value);
}
member GalleryItemStyle : Style with get, set
function get GalleryItemStyle () : Style
function set GalleryItemStyle (value : Style)

Valor de propriedade

Tipo: System.Windows.Style
O estilo aplicado aos itens do RibbonGallery.O padrão registrado é nulluma referência nula (Nothing no Visual Basic).Para obter mais informações sobre o que pode influenciar o valor, consulte Precedência de valores de propriedade de dependência.

Informações sobre propriedade de dependência

Campo identificador

GalleryItemStyleProperty

Propriedades de metadados definidas comotrue

None

Segurança do .NET Framework

Consulte também

Referência

RibbonGallery Classe

Namespace Microsoft.Windows.Controls.Ribbon