Click or drag to resize

DXFReaderNETControl Properties

The DXFReaderNETControl type exposes the following members.

Properties
  NameDescription
Public propertyAntiAlias
Returns/sets whether the control will display with antialias rendering.
Public propertyAxesColor
Returns/sets the color used to display the limits box.
Public propertyAxisXColor
Returns/sets the color used to X axis.
Public propertyAxisYColor
Returns/sets the color used to Y axis.
Public propertyAxisZColor
Returns/sets the color used to Z axis.
Public propertyBackColor
Returns/sets the background color.
Public propertyBase
Returns/sets the base point of the drawing.
Public propertyCurrentWCSpoint
Gets the current cursor position in World Coordinate System (WCS) coordinates.
Public propertyCursorSelectionSize
Returns/sets the pickbox size in pixel of the selection cursor.
Public propertyCode exampleCustomCursor
Gets or sets the custom cursor that is displayed when the mouse pointer is over the control.
Public propertyCustomCursorColor
Gets or sets the color of custom cursor.
Public propertyCode exampleDistributionCode
Gets or sets the distribution code required for licensing and deployment of the DXFReaderNET control.
Public propertyDrawTime
Returns the time needed to draw a DXF file.
Public propertyDXF
The DXF document currently loaded/displayed in the control.
Public propertyFileName
Returns/sets the DXF file to display in the control.
Public propertyForeColor
Returns/sets the foreground color used to display graphics in the control.
Public propertyGrabPointsPenWidth
Returns/sets the width in pixel of the pen used to draw grab points on hover.
Public propertyGrabPointsSize
Gets or sets the pixel size of grab point markers displayed when hovering over entities.
Public propertyGridColor
Returns/sets the color used to display the grid's lines in the control.
Public propertyGridDisplay
Gets or sets how the drawing grid is displayed in the viewport.
Public propertyHighlightColor
Returns/sets the color used to display highlited entities.
Public propertyHighlightEntityOnHover
Gets or sets whether entities are automatically highlighted when the cursor hovers over them.
Public propertyHighlightGrabPointsOnHover
Public propertyHighlightGrabPointsOnHoverColor
Gets or sets whether grab points are displayed when the mouse cursor hovers over entities.
Public propertyHighlightMarkerColor
Returns/sets the color used to display the marks of highlighted entities.
Public propertyHighlightMarkerColor2
Returns/sets the color used to display the secondary marks of highlighted entities.
Public propertyHighlightNotContinuous
Gets or sets whether unconnected or discontinuous points in polylines and paths are visually highlighted.
Public propertyImage
Gets the current rendered bitmap image of the drawing displayed in the control.
Public propertyLowerLeftCorner
Returns the lower left corner of visible area in world coordinates.
Public propertyMouseWheelBehavior
Returns/sets the scroll behavior of the mouse wheel for the control.
Public propertyCode exampleObjectOsnapMode
Gets or sets the object snap (OSNAP) modes for precision point selection.
Public propertyObjectSnap
Gets or sets a value indicating whether object snap is enabled for snapping to geometric points on entities.
Public propertyPlotAspectRatio
Returns/sets the aspect ratio of the plotted drawing. This aspect ratio is the relationship between the drawing's two dimensions, expressed as width divided by height.
Public propertyPlotMarginBottom
Returns/sets the bottom margin of the plotting page.
Public propertyPlotMarginLeft
Returns/sets the left margin of the plotting page.
Public propertyPlotMarginRight
Returns/sets the right margin of the plotting page.
Public propertyPlotMarginTop
Returns/sets the top margin of the plotting page.
Public propertyPlotMode
Returns/sets the current plotting mode.
Public propertyPlotOffset
Returns/sets the lower-left corner of the plottable area.
Public propertyPlotOrientation
Returns/sets the orientation of the plotted drawing.
Public propertyPlotPenWidth
Returns/sets the width (in drawing units) of the plotted lines or arcs.
Public propertyPlotRendering
Returns/sets the rendering modes on color/bw printers.
Public propertyPlotScale
Returns/sets the plot scale factor.
Public propertyPlotTime
Returns the time needed to plot a DXF file.
Public propertyPlotUnits
Returns/sets the current plotting units.
Public propertyReadTime
Returns the time needed to read a DXF file.
Public propertyRendering
Returns/sets the rendering modes.
Public propertyRubberBandColor
Gets or sets the color of rubber band if solid.
Public propertyRubberBandPenWidth
Returns/sets the width in pixel of the pen used to draw rubber band lines.
Public propertyShowAxes
Returns/sets whether the control will display the axes.
Public propertyShowBasePoint
Returns/sets whether the control will display the base point.
Public propertyShowExtents
Returns/sets whether the control will display the drawing extents.
Public propertyShowGrid
Returns/sets whether the control will display the grid.
Public propertyShowGridRuler
Gets or sets whether the grid ruler with coordinate markings is displayed.
Public propertyShowLimits
Returns/sets whether the control will display the drawing limits.
Public propertyTrueTypeFontDir
Returns/sets the additional true type fonts directory.
Public propertyUnconnectedPointsColor
Returns/sets the color used to mark unconnected points.
Public propertyUpperRightCorner
Returns the upper right corner of visible area in world coordinates.
Public propertyVersion
Returns the current version of the control.
Public propertyWriteTime
Returns the time needed to read a DXF file.
Public propertyZoomInOutPercent
Returns/sets the increase/decrease factor (x 100) for zooming using ZoomIn, ZoomOut, ZoomSpotIn and ZoomSpotOut methods.
Top
See Also