The GraphHost type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | GraphHost |
Instantiates a new GraphHost control.
|
Methods
Name | Description | |
---|---|---|
![]() | ExportPNG |
Export the currently displayed content to a PNG file.
(Inherited from VisualHost.) |
![]() | ExportXPS |
Export the currently displayed content to an xps (vector format) file.
(Inherited from VisualHost.) |
![]() | GetVisualChild |
Provide a required override for the GetVisualChild(Int32) method.
(Inherited from VisualHost.) |
![]() | OnPropertyChanged |
Triggers the PropertyChanged event for the specified property name.
(Inherited from VisualHost.) |
![]() | RefreshGraph |
Force a redraw. Useful after setting a parameter of the INetworkGraph
assigned in the Graph property, or modifying the
Network.
|
Extension Methods
Name | Description | |
---|---|---|
![]() | SaveVisualToByteArray |
Store a visual in an array of bytes.
(Defined by DrawingVisualSerialisers.) |
Properties
Name | Description | |
---|---|---|
![]() | Drawing |
The Drawing that the VisualHost should render.
(Inherited from VisualHost.) |
![]() | Graph |
The INetworkGraph that should be drawn by the control.
|
![]() | VisualChildrenCount |
Counts the number of children owned by the host.
(Inherited from VisualHost.) |
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged |
Notifies when a property changes.
(Inherited from VisualHost.) |
See Also