FlowDocument
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract]
public class FlowDocument : AutomationObject<FlowDocument>, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<FlowDocument>FlowDocument
Implements:
Inherited Members
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 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 FontStretch FontStretch { 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 TextAlignment TextAlignment { get; set; }