WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VerticalRuler - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VerticalRuler

    This will render the vertical ruler for the diagram control.

    Inheritance
    System.Object
    PropertyContainer
    Ruler
    VerticalRuler
    Implements
    IServiceReferenceHolder
    IServiceReferenceProvider
    IPropertyObserver
    IPropertyContainer
    System.ICloneable
    System.Runtime.Serialization.ISerializable
    System.IDisposable
    Inherited Members
    Ruler.GetObjectData(SerializationInfo, StreamingContext)
    Ruler.UpdateServiceReferences(IServiceReferenceProvider)
    Ruler.CreateMarkupRenderer(MeasureUnits)
    Ruler.GetMinimumCalibratedLineUnits(MeasureUnits)
    Ruler.GridSpacingType
    Ruler.Location
    Ruler.Size
    Ruler.BackgroundColor
    Ruler.BorderColor
    Ruler.MajorLinesColor
    Ruler.MinorLinesColor
    Ruler.FontColor
    Ruler.HighlightColor
    Ruler.MarkerColor
    Ruler.TextStyle
    Ruler.MinimumCalibratedLineUnits
    Ruler.MajorCalibratedLineUnits
    Ruler.MarkerPosition
    Ruler.HighlightAreaStart
    Ruler.HighlightAreaWidth
    Ruler.MeasureUnit
    Ruler.InheritContainerMeasureUnits
    PropertyContainer.m_propertyObserver
    PropertyContainer.Dispose()
    PropertyContainer.ProvideServiceReference(RuntimeTypeHandle)
    PropertyContainer.RecordPropertyChanged(String)
    PropertyContainer.OnPropertyChanging(String, Object)
    PropertyContainer.OnPropertyChanged(String)
    PropertyContainer.GetPropertyContainerByName(String)
    PropertyContainer.OnMeasureUnitsChanging(MeasureUnits, MeasureUnits)
    PropertyContainer.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
    PropertyContainer.IPropertyObserver.OnPropertyChanging(String, String, Object)
    PropertyContainer.IPropertyObserver.OnPropertyChanged(String, String)
    PropertyContainer.PropertyObserber
    PropertyContainer.HistoryService
    PropertyContainer.FullContainerName
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class VerticalRuler : Ruler, IServiceReferenceHolder, IServiceReferenceProvider, IPropertyObserver, IPropertyContainer, ICloneable, ISerializable, IDisposable

    Constructors

    VerticalRuler()

    Creates instance

    Declaration
    public VerticalRuler()

    VerticalRuler(VerticalRuler)

    Declaration
    public VerticalRuler(VerticalRuler src)
    Parameters
    Type Name Description
    VerticalRuler src

    VerticalRuler(SerializationInfo, StreamingContext)

    Declaration
    public VerticalRuler(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info
    System.Runtime.Serialization.StreamingContext context

    Methods

    Clone()

    Creates a new object that is a copy of the current instance.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    A new object that is a copy of this instance.

    Overrides
    PropertyContainer.Clone()

    Draw(Graphics, View)

    Renders the ruler

    Declaration
    public override void Draw(Graphics gfx, View view)
    Parameters
    Type Name Description
    System.Drawing.Graphics gfx

    Graphics element gfx

    View view

    View class view

    Overrides
    Ruler.Draw(Graphics, View)

    Draw(Graphics, View, RulerStyleInfo)

    Declaration
    public override void Draw(Graphics gfx, View view, RulerStyleInfo themeStyle)
    Parameters
    Type Name Description
    System.Drawing.Graphics gfx
    View view
    RulerStyleInfo themeStyle
    Overrides
    Ruler.Draw(Graphics, View, RulerStyleInfo)

    GetPropertyContainerName()

    Declaration
    protected override string GetPropertyContainerName()
    Returns
    Type Description
    System.String
    Overrides
    PropertyContainer.GetPropertyContainerName()

    Implements

    IServiceReferenceHolder
    IServiceReferenceProvider
    IPropertyObserver
    IPropertyContainer
    System.ICloneable
    System.Runtime.Serialization.ISerializable
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved