C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / Line Class
Properties Methods Events


Line Class Members

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
 NameDescription
Protected MethodFires PropertyChanged event. (Inherited from C1.WPF.Document.VisualPrimitive)
Top
Public Events
 NameDescription
Public EventOccurs when a property value changes. (Inherited from C1.WPF.Document.VisualPrimitive)
Top
See Also