EmissiveMaterial.Brush プロパティ

定義

EmissiveMaterial により適用される Brush を取得または設定します。

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

プロパティ値

EmissiveMaterial により適用されるブラシ。 既定値は null です。

注釈

にテクスチャ座標が指定 MeshGeometry3Dされていない場合、そのマテリアルが期待どおりにレンダリングされない可能性があります。 唯一の例外は、Material の Brush プロパティで が指定 SolidColorBrushされている場合です。この場合、マテリアルは既定のテクスチャ座標セットを使用してレンダリングされます。

依存プロパティ情報

識別子フィールド BrushProperty
に設定されたメタデータ プロパティ true なし

適用対象

こちらもご覧ください