Connector Methods |
The Connector type exposes the following members.
Name | Description | |
---|---|---|
![]() | BringForward |
Brings this drawing forward so that it is hidden by fewer drawings that are in front of it.
(Inherited from Drawing.) |
![]() | BringForward(Drawing) |
Brings this drawing forward so that is not hidden by the specified drawing and all other drawings behind the specified drawing.
(Inherited from Drawing.) |
![]() | BringToFront |
Brings this drawing in front of all other drawings so that no part of it is hidden behind another drawing.
(Inherited from Drawing.) |
![]() | FormatDrawing |
Formats this VisualDrawing to its default size so it can be exported to PDF, XPS, image or be printed.
(Inherited from VisualDrawing.) |
![]() | FormatDrawing(PaginatorOptions) |
Formats this VisualDrawing to its default size so it can be exported to PDF, XPS, image or be printed.
(Inherited from VisualDrawing.) |
![]() | FormatDrawing(Double, Double, LengthUnit) |
Formats this VisualDrawing to specified size so it can be exported to PDF, XPS, image or be printed.
(Inherited from VisualDrawing.) |
![]() | FormatDrawing(Double, Double, LengthUnit, PaginatorOptions) |
Formats this VisualDrawing to specified size so it can be exported to PDF, XPS, image or be printed.
(Inherited from VisualDrawing.) |
![]() | SendBackward |
Sends this drawing backward so that it is hidden by more drawings that are in front of it.
(Inherited from Drawing.) |
![]() | SendBackward(Drawing) |
Sends this drawing backward so that is hidden by the specified drawing and all other drawings in front of the specified drawing.
(Inherited from Drawing.) |
![]() | SendToBack |
Sends this drawing behind all other drawings.
(Inherited from Drawing.) |
![]() | ToString |
Returns a String that represents this GeometryShape instance.
(Inherited from GeometryShape.) |