GroupStyle.Default Eigenschap

Definitie

Hiermee haalt u de standaardstijl van de groep op.

public:
 static property System::Windows::Controls::GroupStyle ^ Default { System::Windows::Controls::GroupStyle ^ get(); };
public static System.Windows.Controls.GroupStyle Default { get; }
static member Default : System.Windows.Controls.GroupStyle
Public Shared ReadOnly Property Default As GroupStyle

Waarde van eigenschap

De standaardstijl van de groep.

Opmerkingen

Gebruik van XAML-eigenschapselement

<object>
  <object.property>
    <x:Static Member="GroupStyle.Default" …/>
  </object.property>
</object>

Van toepassing op