Nevron .NET Vision
Nevron.GraphicsCore Namespace / NStrokeStyle Class
Fields Properties Methods


In This Topic
    NStrokeStyle Class Members
    In This Topic

    The following tables list the members exposed by NStrokeStyle.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected FieldDefault dash cap  
    Protected FieldDefault dash mode  
    Protected FieldDefault end line cap  
    Protected FieldDefault factor  
    Protected FieldDefault line join  
    Protected FieldDefault pattern  
    Protected FieldDefault start line cap  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the cap style used at the end of the dashes that make up dashed lines drawn with this NStrokeStyle object.  
    Public PropertyControls the line color.  
    Public PropertyGets/sets the custom pattern of the line.  
    Public PropertyGets/sets the cap style used at the end of the dashes that make up dashed lines drawn with this NStrokeStyle object.  
    Public PropertyGets or sets the dash mode of the stroke  
    Public PropertyGets/sets the cap style used at the end of lines drawn with this stroke style  
    Public PropertyA multiplier for each bit in the line stipple pattern.  
    Public PropertySpecifies how to join consecutive line or curve segments in a figure (subpath) contained in a GraphicsPath object.  
    Public PropertyDefines the line pattern.  
    Public PropertyGets/sets the cap style used at the beginning of lines drawn with this stroke style  
    Public PropertyControls the width of the lines in NLength format.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this attribute (Inherited from Nevron.Dom.NAttribute)
    Public Method (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled to create any non serialized objects, which the holder posseses (Inherited from Nevron.Dom.NAttribute)
    Public Method  
    Public MethodCreates a pen corresponding to the settings of this NStrokeStyle  
    Public MethodGenerates a preview bitmap of this appearance style with the specified dimensions. (Inherited from Nevron.GraphicsCore.NAppearanceStyle)
    Public MethodDraws a preview of this appearance style at the specified device. (Inherited from Nevron.GraphicsCore.NAppearanceStyle)
    Public MethodOverloaded. Returns true if the objects are equal  
    Public MethodObtains the bounding rect containing the object when visualized with this appearance style. (Inherited from Nevron.GraphicsCore.NAppearanceStyle)
    Public MethodOverridden. Returns a short description of this stroke style.  
    Public MethodOverridden.   
    Public MethodObtains the margins of this appearance style. (Inherited from Nevron.GraphicsCore.NAppearanceStyle)
    Public MethodOverridden. Obtains the paintable rectangle associated with this stroke style.  
    Public MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.Dom.NAttribute)
    Public MethodObtains the maximum inflate of the shape. (Inherited from Nevron.GraphicsCore.NAppearanceStyle)
    Public MethodObtains the inverted stroke representation  
    Public MethodOverridden. Returns true if this appearance style is a primitive appearance style (fill style, stroke style or shadow style).  
    Public MethodOverridden. Draws the preview for this appearance style.  
    Public MethodOverridden. Draws the background of the preview for this appearance style.  
    Public MethodCalled to perform a history action (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled by history when the object state has changed from history (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled by history when the object state is about to be changed from history (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled to provide a reference to the object of the specified type (Inherited from Nevron.Dom.NAttribute)
    Public Method (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled to update the references stored by the object (Inherited from Nevron.Dom.NAttribute)
    Top
    Protected Methods
     NameDescription
    Protected MethodCommits the current transaction (Inherited from Nevron.Dom.NAttribute)
    Protected MethodUnlocks the history service. Pair it with the StartProperty method (Inherited from Nevron.Dom.NAttribute)
    Protected MethodCalled when this attribute has changed (Inherited from Nevron.Dom.NAttribute)
    Protected MethodGeneral property changed handler (Inherited from Nevron.Dom.NAttribute)
    Protected MethodGeneral property changing handler (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely pauses the history service (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords an action (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely records a custom operation in the history service to which the attribute is connected (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords the state of the specified property before it is changed (Inherited from Nevron.Dom.NAttribute)
    Protected MethodOverloaded. Records the entire state of the attribute (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely resumes the history service (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRolls back the current transaction (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords the state of the specified property before it is changed and locks the history service. Pair it with the EndProperty method. (Inherited from Nevron.Dom.NAttribute)
    Protected MethodStarts a new transaction (Inherited from Nevron.Dom.NAttribute)
    Top
    See Also