Class ViewerStyleTemplate

ViewerStyleTemplate class

ViewerStyleTemplate.

public class ViewerStyleTemplate : Control

Constructors

NameDescription
ViewerStyleTemplate()Default constructor.

Properties

NameDescription
ActiveCellBgColor { get; set; }Specifies the background color of the active cell.
ActiveCellColor { get; set; }Specifies the color of the active cell.
ActiveHeaderBgColor { get; set; }Specifies the background color of the active row/column header.
ActiveHeaderColor { get; set; }Specifies the color of the active row/column header.
ActiveTabStyle { get; set; }
BottomTableStyle { get; set; }
DefaultGridLineColor { get; set; }
FrameTableStyle { get; set; }
HeaderBarHeight { get; set; }
HeaderBarStyle { get; set; }
HeaderBarTableStyle { get; set; }
HeaderBarWidth { get; set; }
ScrollBarArrowColor { get; set; }
ScrollBarBaseColor { get; set; }
SelectCellBgColor { get; set; }Specifies the background color of the selected cells in multi-select range.
SelectCellColor { get; set; }Specifies the color of the selected cells in multi-select range.
TabStyle { get; set; }
ViewTableStyle { get; set; }

Methods

NameDescription
GetStylesFromControl(MainWeb)
LoadPresetStyle(PresetStyle)Load a preset style.
ParseFromFile(string)
ParseFromString(string)
PersistToFile(string)
PersistToString()
SetStylesForControl(MainWeb)
static Tridione()Internal used only.

See Also