CompositionSurfaceBrush.SnapToPixels Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Oberflächenpinsel an Pixeln ausgerichtet ist, oder legt diesen fest.

public:
 property bool SnapToPixels { bool get(); void set(bool value); };
bool SnapToPixels();

void SnapToPixels(bool value);
public bool SnapToPixels { get; set; }
var boolean = compositionSurfaceBrush.snapToPixels;
compositionSurfaceBrush.snapToPixels = boolean;
Public Property SnapToPixels As Boolean

Eigenschaftswert

Boolean

bool

true , wenn der Oberflächenpinsel auf Pixel ausgerichtet ist; andernfalls false.

Gilt für: