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 propertyContinuousHighlight
Returns/sets if then highlighted entities are continuosly shown after zoom or redraw.
Public propertyCurrentWCSpoint
Returns the current point in world 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 propertyDistributionCode
Sets the Distribution Code, provided during the component registration, to enable the distribution of the DLL file along with the compiled program.
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 propertyGridColor
Returns/sets the color used to display the grid's lines in the control.
Public propertyGridDisplay
Returns/sets the grid display mode.
Public propertyHighlightColor
Returns/sets the color used to display highlited entities.
Public propertyHighlightEntityOnHover
Gets/sets if the entity is highlighted on cursor hover.
Public propertyHighlightGrabPoints
Gets/sets the display of of grab points.
Public propertyHighlightGrabPointsColor
Returns/sets the color used to display the highlighted grab points.
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/sets the display of unconnected points.
Public propertyImage
Gets the image that is displayed by 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 propertyObjectOsnapMode
Gets/sets the object osnap type mode.
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 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 propertyPlotRotation
Returns/sets the orientation of the plotted drawing.
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 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/sets the displaying of grid ruler.
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