Name | Description | |
---|---|---|
NPage Constructor | Overloaded. |
The following tables list the members exposed by NPage.
Name | Description | |
---|---|---|
NPage Constructor | Overloaded. |
Name | Description | |
---|---|---|
BookmarkManagerChild | Reference to the BookmarkManager child. | |
CodeBehindSourceProperty | Reference to the CodeBehindSource property. | |
ColorThemeIdProperty | Reference to the ColorThemeId property. | |
ConnectorThemeIdProperty | Reference to the ConnectorThemeId property. | |
DisplayLengthProperty | Reference to the DisplayLength property. | |
DrawingScaleChangedEvent | Reference to the DrawingScaleChanged event. | |
EditorsChild | Reference to the Editors child | |
ExtensionsChild | Reference to the Extensions child. | |
FontThemeIdProperty | Reference to the FontThemeId property. | |
GridChild | Reference to the Grid child | |
InteractionChild | Reference to the Interaction child | |
LayersChild | Reference ot the Layers child. | |
LayoutChild | Reference to the Layout child. | |
LineJumpsChild | Reference to the bridge manager. | |
LogicalLengthProperty | Reference to the LogicalLength property. | |
MaxZoomFactorProperty | Reference to the MaxZoomFactorProperty property | |
MinZoomFactorProperty | Reference to the MinZoomFactorProperty property | |
NPageSchema | Schema associated with NPage | |
PrintLayoutChild | Reference to the PrintLayout child | |
PrintSettingsProperty | Reference to the PrintLayout property | |
RoutingChild | Reference to the routing manager. | |
RulersChild | Reference to the Rulers child | |
SelectionEditModeProperty | Reference to the SelectionEditMode property | |
SelectionEditorChangedEvent | Reference to the SelectionBoundsChanged event. | |
StyleThemeIdProperty | Reference to the StyleThemeId property. | |
ThemeChangedEvent | Reference to the ThemeChanged event | |
ThemeIdProperty | Reference to the ThemeId property. | |
TitleProperty | Reference to the Title property | |
VariantColorIndexProperty | Reference to the VariantColorIndex property. | |
VariantStyleIndexProperty | Reference to the VariantStyleIndex property. | |
VisualAidsChild | Reference to the Editors child | |
ZoomFactorProperty | Reference to the ZoomFactor property | |
ZoomModeProperty | Reference to the ZoomMode property | |
ZoomStepProperty | Reference to the ZoomStep property |
Name | Description | |
---|---|---|
BookmarkManager | Gets or sets the page bookmark manager | |
CodeBehindSource | Gets or sets the code assembly that defines the code behind object. | |
ColorThemeId | Gets/Sets the ThemeId of the theme whose color palette to use. | |
ConnectorThemeId | Gets/Sets the value of the ConnectorThemeId property. | |
DisplayLength | Gets or sets the display length of the drawing scale. The drawing scale is defined as Logical Length = Display Length (for example 2km = 10cm) The grid, rulers and status bar will report logical measurements. | |
Editors | Gets or sets the collection of page item editors. The content of this collection is automatically updated with editors for the currently selected page items. | |
Extensions | Gets/Sets the diagram extensions collection. It is used to determine the type of the diagram in a drawing page in order to adapt the commanding user interface to it. | |
FontThemeId | Gets/Sets the value of the FontThemeId property. | |
Grid | Gets or sets the page grid | |
Interaction | Gets or sets the page interaction child | |
IsArrangeValid | Gets whether the arrange of the element is valid. | |
IsPooledForArrange | Gets whether the element is pooled for arrange validation. | |
Layers | Gets or sets the collection of layers for this page. | |
Layout | Gets or sets the page layout | |
LineJumps | Gets or sets the line jumps object, which is responsible for generating bridged paths for the connectors in the page. | |
LogicalLength | Get/sets the logical length of the drawing scale. The drawing scale is defined as Logical Length = Display Length (for example 2km = 10cm) The grid, rulers and status bar will report logical measurements. | |
MaxZoomFactor | Gets or sets the maximum zoom factor value when changing the zoom factor from zoom in and out. | |
MinZoomFactor | Gets or sets the minimum zoom factor value when changing the zoom factor from zoom in and out. | |
OwnerDrawing | Gets the drawing owning the page | |
OwnerDrawingView | Gets the owner drawing view | |
PrintLayout | Gets or sets the settings that relate to printing. | |
Routing | Gets or sets the routing manager of the page | |
Rulers | Gets or sets the page rulers | |
SelectionEditMode | Gets or sets the mode in which the selection is edited | |
StyleThemeId | Gets/Sets the ThemeId of the theme whose style component to use. | |
ThemeId | Gets/Sets the ThemeId of the default theme applied to this page. | |
Title | Gets or sets the page title. The page title appears in the drawing view page navigator. | |
VariantColorIndex | Gets/Sets the value of the VariantColorIndex property. | |
VariantStyleIndex | Gets/Sets the value of the VariantStyleIndex property. | |
VisualAids | Gets or sets the collection of visual aids. The content of this collection is automatically updated with visual aids from the drawing tools and others. | |
ZoomFactor | Gets or sets the zoom factor | |
ZoomMode | Gets or sets the page zoom policy. | |
ZoomStep | Gets or sets the step with which to change the zoom factor when zooming in and out. |
Name | Description | |
---|---|---|
Ajhj | ||
PropertiesItemText | Overridden. Gets the text of the properties context menu item. |
Name | Description | |
---|---|---|
AccumulateDisplayChildren | Overridden. Overriden to ensure that the previews child is the last child in the list. | |
AppendContextMenuItems | Overridden. Appends custom context menu items. | |
CenterViewportToSelection | Centers the viewport to selection center and returns the selection center. Returns NPoint.NaN if the page doesn't have any selected items. | |
Copy | Overridden. Copies the specified items to the clipboard. | |
Cut | Overridden. Cuts the specified page items. | |
DipsToLogical | Overloaded. Converts a length in page drawing units (DIPs) to a logical length. This method takes into account the drawing scale. | |
DipsToLogicalLength | Converts a length in page drawing units (DIPs) to a logical length. This method takes into account the drawing scale. | |
DoDragDrop | Overridden. Requests a drag and drop operation for the specified items. Calls the funcResult delegate when the operation has completed. Calls the queryContinueDrag delegate while the operation is performed. Returns whether the Drag and Drop was requested. | |
EnsureVisible | Ensures that the specified rectangle (in page coordinates) is visible within the page. | |
GetActiveLayers | Gets the currently active layers, if any. | |
GetCenterPointForInsert | Gets a center point for inserting a new element such as table, barcode etc. This is usually the center of the viewport area. | |
GetGuidelines | Gets all guidelines contained in this collection | |
GetLayerByName | Gets the layer with the specified name. Returns null if such layer does not exist. | |
GetLayers | Gets the layers that pass the filter. If filter is null, returns all layers. | |
GetShapes | Overloaded. Gets all shapes contained in this page. | |
GetTotalViewport | Gets the total viewport area of the page. | |
HitTest | Overloaded. Overridden. Hit tests the node by point (in local coordinates). | |
InflateToContent | Sizes the page to the bounds of the contained items. | |
InvalidateArrange | Invalidates the element arrange | |
InvalidateArrangeFromChild | Called by child or descendant arrange elements that consider this element as arrange parent, and want to inform it to invalidate it's arrange. | |
InvalidateMeasureFromChild | Called by child or descendant measure elements that consider this element as measure parent, and want to inform it to invalidate it's measure. | |
LogicalLengthToDips | Converts a logical length to DIPs (e.g. page drawing units). This method takes into account the drawing scale. | |
LogicalToDips | Overloaded. Converts a value measured in the logical unit, to DIPs (e.g. page drawing units). This method takes into account the drawing scale. | |
Paste | Overridden. Pastes the clipboard content in this page. | |
ShowPropertiesDialog | Overridden. Overriden to show the properties of this page. | |
SizeToContent | Sizes the page to the bounds of the contained items. | |
ToString | Overridden. Gets the string representation of the shape | |
TryGetCurrentViewport | Gets the current viewport (visible area) in page coordinates. | |
ValidateArrange | Called to arrange the element | |
ZoomIn | Overloaded. Increases the zoom factor with the zoom step. | |
ZoomOut | Overloaded. Decreases the zoom factor with the zoom step | |
ZoomToFactor | Overloaded. Zooms the page to the specified factor |
Name | Description | |
---|---|---|
Ahhj | Overloaded. | |
ArrangeContent | ||
bIhj | ||
Chhj | ||
Ctb | Overridden. | |
dIhj | ||
dtb | Overridden. | |
Ehhj | ||
EIhj | ||
fIhj | ||
Ghhj | ||
GIhj | ||
hIhj | ||
Ihhj | ||
jIhj | ||
Khhj | ||
KIhj | ||
Mhhj | ||
nIhj | ||
Ohhj | ||
OnAncestorsChanged | Overridden. Updates any references or cache related to the visitor of the node ancestors | |
OnCodeBehindSourceChanged | Called when the page CodeBehind property has changed. | |
OnDisplayLengthChanged | Called when the DisplayLength property has changed. | |
OnDrawingScaleChanged | Called when the DisplayLength or LogicalLength property has changed | |
OnLogicalLengthChanged | Called when the LogicalLength property has changed. | |
OnPaintBackground | Overridden. Paints the background of the surface, which is performed before the custom painting in OnPrePaint. | |
OnPaintForeground | Overridden. | |
OnRegistered | Overridden. Called after the document node is registered in its owner document. | |
OnTitleChanged | Called when the Title property value has changed. | |
OnTransformChanged | Overridden. Called when the transformation from local to parent coordinates of this page has changed. Raises the transform changed event. | |
OnUnregistered | Overridden. Called after the document node is unregistered from its owner document. | |
PaintPageBorder | Paints the page border | |
PaintPageShadow | Paints the page shadow | |
Qhhj | ||
Shhj | ||
ShowPropertiesMenuItem | Overridden. Overriden to determine whether the properties menu item must be created | |
SkipBranchDisplayTraversal | Overridden. Determines whether the visitor needs to visit this displayable branch. | |
tIhj | ||
TranslateForPaste | Translates the items from the specified drawing clipping, when they are pasted in this page. | |
vIhj | ||
Whhj | ||
xhhj | ||
xIhj | ||
Yhhj |
Name | Description | |
---|---|---|
DrawingScaleChanged | Occurs when the page drawing scale has changed. | |
SelectionEditorChanged | Occurs when the selection editor bounds or protection has changed. Only raised when multiple objects are selected. | |
ThemeChanged | Occurs when a theme property has changed. |