ClassGridViewHtmlVisualExportParameters
Defines visual export parameters for HTML.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewHtmlVisualExportParameters
Inheritance: objectGridViewHtmlVisualExportParameters
Constructors
GridViewHtmlVisualExportParameters()
Declaration
public GridViewHtmlVisualExportParameters()
Properties
Attributes
Gets element attributes.
Declaration
public IDictionary<string, string> Attributes { get; }
Property Value
Background
Gets or sets the element background.
Declaration
public Color? Background { get; set; }
Property Value
Color?
The element background.
FontFamily
Gets or sets the element font family.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
FontFamily
The element font family.
FontSize
Gets or sets the element font size.
Declaration
public double? FontSize { get; set; }
Property Value
The element font size.
FontWeight
Gets or sets the element font weight.
Declaration
public FontWeight? FontWeight { get; set; }
Property Value
FontWeight?
The element font weight.
Foreground
Gets or sets the element foreground.
Declaration
public Color? Foreground { get; set; }
Property Value
Color?
The element foreground.
Height
Gets or sets the element height.
Declaration
public double? Height { get; set; }
Property Value
The element height.
Styles
Gets element styles.
Declaration
public IDictionary<string, string> Styles { get; }
Property Value
TextAlignment
Gets or sets the element horizontal alignment.
Declaration
public TextAlignment? TextAlignment { get; set; }
Property Value
TextAlignment?
The element horizontal alignment.
VerticalAlignment
Gets or sets the element vertical alignment.
Declaration
public VerticalAlignment? VerticalAlignment { get; set; }
Property Value
VerticalAlignment?
The element vertical alignment.