Enum RenderingMode
Represents the text rendering modes.
Namespace: Telerik.Windows.Documents.Fixed.Model.Text
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum RenderingMode
AddToClippingPath
Represents the add to clipping path text rendering mode.
Fill
Represents the fill text rendering mode.
FillAndAddToClippingPath
Represents the fill then add to current clipping path text rendering mode.
FillAndStroke
Represents the fill then stroke text rendering mode.
FillStrokeAndAddToClippingPath
Represents the fill, stroke then add to current clipping path text rendering mode.
None
Represents the none text rendering mode.
Stroke
Represents the stroke text rendering mode.
StrokeAndAddToClippingPath
Represents the stroke then add to current clipping path text rendering mode.