Specifies the properties of embedded rulers within a IEViewer

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class IEViewRulerParams
Public Class IEViewRulerParams
public ref class IEViewRulerParams

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AlignToImage
If false, the ruler will be the full width of the control (and show negative values for areas outside the image). If true, the ruler begins at the position of the image within the control. Default: False
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Frequency

Specifies the number of logical units where ticks are shown. Use LabelFrequency to configure labels and longer tick marks.

Note: This value is set automatically when changing Units.

Default: 10

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HorzInverted
When true, the horizontal ruler is painted from right to left. Default: False
HorzPos
Specifies Whether the horizontal ruler is shown above (Up) or below (Down) the image. Default: Up
LabelFrequency

Specifies the number of logical units where to show the labels (and longer tick marks).

Use Frequency to configure short tick marks.

Notes:

- This value is set automatically when changing Units.

- Labels may be hidden if the view is crowded and MinLabelSpacing has been set

Default: 40

LabelPrecision
Specifies the number of decimal places shown for values in the ruler. Default: 2
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MinLabelSpacing

Specifies the minimum spacing between (the center of) labels. To reduce crowding, labels positioned closer than this are not shown.

If MinLabelSpacing is 0 then labels are always drawn.

Default: 30

ScrollRate
Specifies the scroll rate used when moving a grip out of ruler borders. Default: 1.0
ShowBorder
Specify whether a border is displayed between the ruler and the image. Default: True
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Units

Specifies the measurement unit displayed on the ruler.

Default: ieruPixels

Note: Changing Units will automatically set LabelFrequency and Frequency to a relevant value

VertInverted
When true, the vertical ruler is painted from bottom to top. Default: False.
VertPos
Specifies whether the vertical ruler is shown left (gdLeft) or right (gdRight) of the image. Default: Left
VertWidth
Specifies the width of the vertical ruler. Default: 40

Inheritance Hierarchy

System..::..Object
  HiComponents.IEvolution..::..IEViewRulerParams

See Also