Table of Contents

Property Alignment

Namespace
LMKit.Graphics.Drawing
Assembly
LM-Kit.NET.dll

Alignment

Gets or sets how the stroke is positioned relative to the shape boundary. Defaults to Center.

public PenAlignment Alignment { get; set; }

Property Value

PenAlignment

Examples

var pen = new Pen(new Color32(0, 0, 0), 4) { Alignment = PenAlignment.Inside };