BitmapCacheBrush.AutoLayoutContent Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Layout auf die Inhalte dieses Pinsels angewendet wird, oder legt diesen Wert fest.

public:
 property bool AutoLayoutContent { bool get(); void set(bool value); };
public bool AutoLayoutContent { get; set; }
member this.AutoLayoutContent : bool with get, set
Public Property AutoLayoutContent As Boolean

Eigenschaftswert

Boolean

true, wenn das Layout übernommen wird, andernfalls false. Der Standardwert ist false.

Hinweise

Wenn die AutoLayoutContent Eigenschaft lautet true, wird das Layout auf den Inhalt des Pinsels angewendet, wenn Target es sich um ein UIElement übergeordnetes Element handelt.

Gilt für