New to Telerik UI for WPFStart a free 30-day trial

Defines visual export parameters for HTML.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GridViewHtmlVisualExportParameters

Inheritance: objectGridViewHtmlVisualExportParameters

Constructors

C#
public GridViewHtmlVisualExportParameters()

Properties

Gets element attributes.

C#
public IDictionary<string, string> Attributes { get; }

Gets or sets the element background.

C#
public Color? Background { get; set; }
Property Value:

The element background.

FontFamily

FontFamily

Gets or sets the element font family.

C#
public FontFamily FontFamily { get; set; }
Property Value:

The element font family.

Gets or sets the element font size.

C#
public double? FontSize { get; set; }
Property Value:

The element font size.

FontWeight

FontWeight?

Gets or sets the element font weight.

C#
public FontWeight? FontWeight { get; set; }
Property Value:

The element font weight.

Gets or sets the element foreground.

C#
public Color? Foreground { get; set; }
Property Value:

The element foreground.

Gets or sets the element height.

C#
public double? Height { get; set; }
Property Value:

The element height.

Gets element styles.

C#
public IDictionary<string, string> Styles { get; }

TextAlignment

TextAlignment?

Gets or sets the element horizontal alignment.

C#
public TextAlignment? TextAlignment { get; set; }
Property Value:

The element horizontal alignment.

VerticalAlignment

VerticalAlignment?

Gets or sets the element vertical alignment.

C#
public VerticalAlignment? VerticalAlignment { get; set; }
Property Value:

The element vertical alignment.

Gets or sets the element width.

C#
public double? Width { get; set; }
Property Value:

The element width.