Table of Contents

Enum RGraphicsPath.Corner

Namespace
TheArtOfDev.HtmlRenderer.Adapters
Assembly
StockSharp.Xaml.dll

The 4 corners that are handled in arc rendering.

public enum RGraphicsPath.Corner
Extension Methods

Fields

BottomLeft = 2

Represents the bottom-left corner.

BottomRight = 3

Represents the bottom-right corner.

TopLeft = 0

Represents the top-left corner.

TopRight = 1

Represents the top-right corner.