Intersoft ClientUI Documentation
Visual Property



When overridden in a derived class, gets the visual representation of the page.
Syntax
Public Overridable ReadOnly Property Visual As UIElement
Dim instance As DocumentPage
Dim value As UIElement
 
value = instance.Visual
public virtual UIElement Visual {get;}
public:
virtual property UIElement^ Visual {
   UIElement^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DocumentPage Class
DocumentPage Members

Send Feedback