InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / C1PathIcon Class
Properties Methods Events


In This Topic
    C1PathIcon Class Members
    In This Topic

    The following tables list the members exposed by C1PathIcon.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas. (Inherited from C1.Framework.C1VectorIcon)
    Public PropertyGets or sets the color used to paint the icon. The default value is Transparent. (Inherited from C1.Framework.C1Icon)
    Public PropertyGets or sets the svg string describing the shape.  
    Public PropertyReturns the System.Boolean value specifying whether icon color is set. (Inherited from C1.Framework.C1Icon)
    Public PropertyGets a value indicating whether this C1Icon can free scale or not. (Inherited from C1.Framework.C1VectorIcon)
    Public PropertyGets or sets the key used to retrieve the image. (Inherited from C1.Framework.C1Icon)
    Public PropertyGets or sets the padding of the icon. (Inherited from C1.Framework.C1Icon)
    Public PropertyGets or sets the size of icon to show. (Inherited from C1.Framework.C1Icon)
    Public PropertyGets or sets the color used to paint the icon stroke. The default value is Transparent. (Inherited from C1.Framework.C1VectorIcon)
    Public PropertyGets or sets the stroke thickness. (Inherited from C1.Framework.C1VectorIcon)
    Public PropertyGets or sets the rectangle which determines panning and zooming of content inside the parent container. (Inherited from C1.Framework.C1VectorIcon)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates a new object that is a copy of the current instance.  
    Public MethodIndicates whether the specified object is a C1PathIcon and has the same property values as this icon object.  
    Public Method  
    Public MethodOverridden. Reads this C1Icon from an System.Xml.XmlReader.  
    Public MethodOverridden. Writes this C1Icon into an System.Xml.XmlWriter.  
    Top
    Protected Methods
     NameDescription
    Protected MethodFires the PropertyChanged event. (Inherited from C1.Framework.C1Icon)
    Top
    Public Events
     NameDescription
    Public EventFires when property value was changed. (Inherited from C1.Framework.C1Icon)
    Top
    See Also