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 = 2Represents the bottom-left corner.
BottomRight = 3Represents the bottom-right corner.
TopLeft = 0Represents the top-left corner.
TopRight = 1Represents the top-right corner.