DwgTextStyleStyle Property |
Sets or gets the font style for the object
Namespace:
Atalasoft.Imaging.Codec.CadCam
Assembly:
Atalasoft.dotImage.Dwg (in Atalasoft.dotImage.Dwg.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public FontStyle Style { get; set; }
Public Property Style As FontStyle
Get
Set
Property Value
Type:
FontStyleRemarks This style is reflected directly from the DWG file. If font substitution occurs while constructing the
Font object then the Font.Style property may be different.
See Also