Class FillStyle
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
This configuration object (reference type) permanently lives inside objects which require styling. It is recommended to use this object as an init-only property.
public class FillStyle
- Inheritance
-
FillStyle
- Inherited Members
- Extension Methods
Properties
AntiAlias
public bool AntiAlias { get; set; }
Property Value
CanBeRendered
public bool CanBeRendered { get; }
Property Value
Color
public Color Color { get; set; }
Property Value
HasValue
public bool HasValue { get; }
Property Value
Hatch
public IHatch? Hatch { get; set; }
Property Value
HatchColor
public Color HatchColor { get; set; }
Property Value
IsVisible
public bool IsVisible { get; set; }
Property Value
Methods
ApplyToPaint(SKPaint, PixelRect)
public void ApplyToPaint(SKPaint paint, PixelRect rect)
Parameters
Render(SKCanvas, PixelRect, SKPaint)
public void Render(SKCanvas canvas, PixelRect rect, SKPaint paint)