Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / Line Class
Properties Methods Events


In This Topic
    Line Class Members
    In This Topic

    The following tables list the members exposed by Line.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the actual width of the line. Unlike the Width property, this returns 0 if Style is DashStyle.None.  
    Public PropertyGets or sets the line color.  
    Public PropertyGets or sets the line style.  
    Public PropertyGets or sets the line width.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Assigns (copies) properties from another Line to the current object.  
    Public MethodCreates a copy of this object. (Inherited from C1.WPF.Document.VisualPrimitive)
    Public MethodOverridden. Compares this Line object with another Line object returns true if objects represent same border.  
    Public MethodOverridden. Creates an object of the same type as the current object.  
    Public MethodResets all properties to default values.  
    Public MethodIndicates whether any property of this object has changed from its default value.  
    Top
    Protected Methods
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.WPF.Document.VisualPrimitive)
    Top
    See Also