Enum PanoseFill
- Namespace
- SharpDX.DirectWrite
- Assembly
- SharpDX.Direct2D1.dll
The PanoseFill enumeration contains values that specify the type of fill and line treatment.
public enum PanoseFill
Fields
Any = 0
Any fill.
ComplexFill = 5
The fill is complex fill.
DrawnDistressed = 7
The fill is drawn distressed.
NoFill = 3
No fill.
NoFit = 1
No fit for fill.
PatternedFill = 4
The fill is patterned fill.
ShapedFill = 6
The fill is shaped fill.
StandardSolidFill = 2
The fill is the standard solid fill.