csharp
public enum LineCapHow a stroke ends.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
ButtStops at the end point.
RoundA half-disc past the end point.
SquareA half-square past the end point, so the stroke is half a width longer at each end.
Used by (11)
- CurveEditorVixen.Ui.Controls.Advanced
- DrawCommandVixen.Ui
- DrawContextVixen.Ui
- IconVixen.Ui.Controls
- NodeWireLayerVixen.Ui.Controls.Advanced
- PathTessellationCacheTestsVixen.Ui.Tests
- PathTessellatorVixen.Ui
- PathTessellatorTestsVixen.Ui.Tests
- TessellationVixen.Ui
- UiGeometryTestsVixen.Ui.Tests
- ViewportGizmoVixen.Ui.Controls.Advanced