ViewState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
View state at a particular point in time.
public ref class ViewState
[Windows::Foundation::Metadata::WebHostHidden]
class ViewState
public class ViewState
type ViewState = class
Public Class ViewState
- Inheritance
-
ViewState
Constructors
ViewState(ITextView, Double, Double) |
Constructs a ViewState. |
ViewState(ITextView) |
Constructs a ViewState. |
Properties
EditSnapshot |
Gets the view's edit snapshot. |
ViewportBottom |
Gets the Y-coordinate of the viewport's bottom edge. |
ViewportHeight |
Gets the Height of the viewport. |
ViewportLeft |
Gets the X-coordinate of the viewport's left edge. |
ViewportRight |
Gets the X-coordinate of the viewport's right edge. |
ViewportTop |
Gets the Y-coordinate of the viewport's top edge. |
ViewportWidth |
Gets the Width of the viewport. |
VisualSnapshot |
Gets the View's visual snapshot. |