Freigeben über


RectangleGridAdorner Konstruktor

Definition

Initialisiert eine neue Instanz der RectangleGridAdorner-Klasse.

public RectangleGridAdorner (Microsoft.Maui.IView view, float density = 1, Microsoft.Maui.Graphics.Point? offset = default, Microsoft.Maui.Graphics.Color? fillColor = default, Microsoft.Maui.Graphics.Color? strokeColor = default);
new Microsoft.Maui.RectangleGridAdorner : Microsoft.Maui.IView * single * Nullable<Microsoft.Maui.Graphics.Point> * Microsoft.Maui.Graphics.Color * Microsoft.Maui.Graphics.Color -> Microsoft.Maui.RectangleGridAdorner
Public Sub New (view As IView, Optional density As Single = 1, Optional offset As Nullable(Of Point) = Nothing, Optional fillColor As Color = Nothing, Optional strokeColor As Color = Nothing)

Parameter

view
IView

Ein IView , um den Zierer herum zu schaffen.

density
Single

Überschreiben sie die Dichteeinstellung. Standardwert: 1

offset
Nullable<Point>

Offsetpunkt, der zum Positionieren des zeichnenden Objekts verwendet wird. Standard: null

fillColor
Color

Zeichenbereichsfüllfarbe.

strokeColor
Color

Canvas-Strichfarbe.

Gilt für: