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