class Style


Base class:

This type does not have any base class

Implemented interfaces:

This type does not implements any interface.

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

Style ()


Properties

Color? BottomBorderColor { get; set; }


EBorderLineStyle? BottomBorderLineStyle { get; set; }


Color? FillColor { get; set; }


Boolean? FontBold { get; set; }


Color? FontColor { get; set; }


Boolean? FontItalic { get; set; }


String FontName { get; set; }


Int32? FontSize { get; set; }


EFontStyle? FontStyle { get; set; }


String Format { get; set; }


EHorizontalAlignment? HorizontalAlignment { get; set; }


Color? LeftBorderColor { get; set; }


EBorderLineStyle? LeftBorderLineStyle { get; set; }


String Name { get; set; }


Color? RightBorderColor { get; set; }


EBorderLineStyle? RightBorderLineStyle { get; set; }


Int32? RotationAngle { get; set; }


Boolean? ShrinkToFit { get; set; }


Boolean? Strikethrough { get; set; }


Color? TopBorderColor { get; set; }


EBorderLineStyle? TopBorderLineStyle { get; set; }


EVerticalAlignment? VerticalAlignment { get; set; }


Boolean? WrapText { get; set; }