Class DrawableTextDecoration
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Specifies a decoration to be applied when annotating with text.
public sealed class DrawableTextDecoration : IDrawableTextDecoration, IDrawable
- Inheritance
-
DrawableTextDecoration
- Implements
-
IDrawableTextDecorationIDrawable
- Inherited Members
Constructors
DrawableTextDecoration(TextDecoration)
Initializes a new instance of the DrawableTextDecoration class.
public DrawableTextDecoration(TextDecoration decoration)
Parameters
decoration
TextDecorationThe text decoration.
Properties
Decoration
Gets or sets the text decoration.
public TextDecoration Decoration { get; set; }
Property Value
- TextDecoration