IPathColor

StockSharp.Xaml.Charting.Rendering.Common

A base interface for IPen2D and IBrush2D. Used by the IPathDrawingContext to draw fills and lines

Implements: IDisposable

Properties

Color
public Color Color { get; }
value = iPathColor.Color

Gets the color of the pen. Supports transparency

ColorCode
public int ColorCode { get; }
value = iPathColor.ColorCode

Used internally by the renderer, gets the integer color-code that represents the Pen color

IsTransparent
public bool IsTransparent { get; }
value = iPathColor.IsTransparent

Gets a value indicating whether this pen is transparent.