GroupStyle.Default Eigenschaft

Definition

Ruft den Standardstil der Gruppe ab.

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

Eigenschaftswert

GroupStyle

Der Standardstil der Gruppe.

Hinweise

Verwendung von XAML-Eigenschaftenelementen

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

Gilt für