Class FlowDocumentScrollViewer
Inheritance
System.Object
FlowDocumentScrollViewer
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class FlowDocumentScrollViewer : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
FlowDocumentScrollViewer()
Declaration
public FlowDocumentScrollViewer()
Fields
CanDecreaseZoomProperty
CanIncreaseZoomProperty
DocumentProperty
HorizontalScrollBarVisibilityProperty
Declaration
public static AutomationProperty HorizontalScrollBarVisibilityProperty
Field Value
AutomationProperty
|
IsSelectionEnabledProperty
Declaration
public static AutomationProperty IsSelectionEnabledProperty
Field Value
AutomationProperty
|
IsToolBarVisibleProperty
Declaration
public static AutomationProperty IsToolBarVisibleProperty
Field Value
AutomationProperty
|
MaxZoomProperty
MinZoomProperty
VerticalScrollBarVisibilityProperty
Declaration
public static AutomationProperty VerticalScrollBarVisibilityProperty
Field Value
AutomationProperty
|
ZoomIncrementProperty
ZoomProperty
Properties
CanDecreaseZoom
Declaration
public bool CanDecreaseZoom { get; set; }
Property Value
System.Boolean
|
CanIncreaseZoom
Declaration
public bool CanIncreaseZoom { get; set; }
Property Value
System.Boolean
|
Document
HorizontalScrollBarVisibility
Declaration
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
Property Value
ScrollBarVisibility
|
IsSelectionEnabled
Declaration
public bool IsSelectionEnabled { get; set; }
Property Value
System.Boolean
|
IsToolBarVisible
Declaration
public bool IsToolBarVisible { get; set; }
Property Value
System.Boolean
|
MaxZoom
Declaration
public double MaxZoom { get; set; }
Property Value
System.Double
|
MinZoom
Declaration
public double MinZoom { get; set; }
Property Value
System.Double
|
VerticalScrollBarVisibility
Declaration
public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }
Property Value
ScrollBarVisibility
|
Zoom
Declaration
public double Zoom { get; set; }
Property Value
System.Double
|
ZoomIncrement
Declaration
public double ZoomIncrement { get; set; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|