New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public FlowDocument()

Fields

C#
public static AutomationProperty BackgroundProperty
C#
public static AutomationProperty ColumnGapProperty
C#
public static AutomationProperty ColumnRuleBrushProperty
C#
public static AutomationProperty ColumnRuleWidthProperty
C#
public static AutomationProperty ColumnWidthProperty
C#
public static AutomationProperty FlowDirectionProperty
C#
public static AutomationProperty FontFamilyProperty
C#
public static AutomationProperty FontSizeProperty
C#
public static AutomationProperty FontStretchProperty
C#
public static AutomationProperty FontStyleProperty
C#
public static AutomationProperty FontWeightProperty
C#
public static AutomationProperty ForegroundProperty
C#
public static AutomationProperty IsColumnWidthFlexibleProperty
C#
public static AutomationProperty IsHyphenationEnabledProperty
C#
public static AutomationProperty IsOptimalParagraphEnabledProperty
C#
public static AutomationProperty LineHeightProperty
C#
public static AutomationProperty LineStackingStrategyProperty
C#
public static AutomationProperty MaxPageHeightProperty
C#
public static AutomationProperty MaxPageWidthProperty
C#
public static AutomationProperty MinPageHeightProperty
C#
public static AutomationProperty MinPageWidthProperty
C#
public static AutomationProperty PageHeightProperty
C#
public static AutomationProperty PagePaddingProperty
C#
public static AutomationProperty PageWidthProperty
C#
public static AutomationProperty TextAlignmentProperty

Properties

C#
[DataMember]
public Brush Background { get; set; }
C#
[DataMember]
public double ColumnGap { get; set; }
C#
[DataMember]
public Brush ColumnRuleBrush { get; set; }
C#
[DataMember]
public double ColumnRuleWidth { get; set; }
C#
[DataMember]
public double ColumnWidth { get; set; }
C#
[DataMember]
public FlowDirection FlowDirection { get; set; }
C#
[DataMember]
public FontFamily FontFamily { get; set; }
C#
[DataMember]
public double FontSize { get; set; }
C#
[DataMember]
public FontStretch FontStretch { get; set; }
C#
[DataMember]
public FontStyle FontStyle { get; set; }
C#
[DataMember]
public FontWeight FontWeight { get; set; }
C#
[DataMember]
public Brush Foreground { get; set; }
C#
[DataMember]
public bool IsColumnWidthFlexible { get; set; }
C#
[DataMember]
public bool IsHyphenationEnabled { get; set; }
C#
[DataMember]
public bool IsOptimalParagraphEnabled { get; set; }
C#
[DataMember]
public double LineHeight { get; set; }
C#
[DataMember]
public LineStackingStrategy LineStackingStrategy { get; set; }
C#
[DataMember]
public double MaxPageHeight { get; set; }
C#
[DataMember]
public double MaxPageWidth { get; set; }
C#
[DataMember]
public double MinPageHeight { get; set; }
C#
[DataMember]
public double MinPageWidth { get; set; }
C#
[DataMember]
public double PageHeight { get; set; }
C#
[DataMember]
public Thickness PagePadding { get; set; }
C#
[DataMember]
public double PageWidth { get; set; }
C#
[DataMember]
public TextAlignment TextAlignment { get; set; }

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: AutomationObject<FlowDocument>.GetRealType()