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