次の方法で共有


RibbonRadioButton.LargeImageSource プロパティ

定義

イメージ サイズが Large に設定されている場合に、コントロールに表示されるイメージを取得または設定します。

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

プロパティ値

ImageSource

コントロールに表示するイメージ。 登録済みの既定値は null です。 この値に影響する可能性があるものの詳細については、「依存関係プロパティ値の優先順位」を参照してください。

次の例では、プロパティを設定する方法を LargeImageSource 示します、 RibbonRadioButton.

<ribbon:RibbonRadioButton Label="Color 1" 
                          SmallImageSource="Images/RightArrowShort_Green16.png" 
                          LargeImageSource="Images/RightArrowShort_Green32.png"
                          KeyTip="C1" />
<ribbon:RibbonRadioButton Label="Color 2" 
                          SmallImageSource="Images/RightArrowShort_Blue16.png" 
                          LargeImageSource="Images/RightArrowShort_Blue32.png"
                          KeyTip="C2" />
<ribbon:RibbonRadioButton Label="Color 3" 
                          SmallImageSource="Images/RightArrowShort_Orange16.png" 
                          LargeImageSource="Images/RightArrowShort_Orange32.png"
                          KeyTip="C3" />

注釈

の可視性をImageSizeControlSizeDefinition制御するプロパティを設定しますLargeImageSource

依存プロパティ情報

識別子フィールド LargeImageSourceProperty
メタデータのプロパティが次に設定されている true なし

適用対象

こちらもご覧ください