Interface IRulerIndent
Represents properties and methods defines a ruler indentation.
public interface IRulerIndent
Properties
- Dragging
When implemented by a class, indicates whether
RulerIndent
is in dragging state.
- Indent
When implemented by a class, gets or sets size of this
RulerIndent
.
- Orientation
When implemented by a class, gets or sets
RulerIndent
alignment.
Methods
- CancelDragging()
When implemented by a class, cancels dragging operation.
- DrawIndent(Graphics, Rectangle, bool, Color, Color)
When implemented by a class, draws indentation part of ruler on the specified graphic surface.