MonochromaticOverlayPresenter.SourceElement プロパティ

定義

単色配色または色相をオーバーレイするソース要素を取得または設定します。

public:
 property UIElement ^ SourceElement { UIElement ^ get(); void set(UIElement ^ value); };
UIElement SourceElement();

void SourceElement(UIElement value);
public UIElement SourceElement { get; set; }
var uIElement = monochromaticOverlayPresenter.sourceElement;
monochromaticOverlayPresenter.sourceElement = uIElement;
Public Property SourceElement As UIElement

プロパティ値

単色配色または色相をオーバーレイするソース要素。

適用対象