次の方法で共有


ToolBar.RadioButtonStyleKey プロパティ

定義

ツール バーのラジオ ボタンに適用される Style を取得します。

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

プロパティ値

ツール バーのラジオ ボタンの既定のスタイルを表すリソース キー。

次の例では、このプロパティを使用して、ToolBarのコントロールを RadioButtonStyle を適用します。

<Style x:Key="{x:Static ToolBar.RadioButtonStyleKey}" TargetType="RadioButton">
  <Setter Property="Background" Value="LightSteelBlue"/>
  <Setter Property="FontSize" Value="14"/>
  <Setter Property="HorizontalAlignment" Value="Center"/>
  <Setter Property="VerticalAlignment" Value="Center"/>
</Style>

注釈

このプロパティを使用して、ToolBarRadioButton コントロールの既定のスタイルを変更します。

XAML 属性の使用法

toolBar.RadioButtonStyleKey="プロパティオブジェクト

適用対象