Input for WinForms | ComponentOne
C1.Framework Namespace / C1VectorIcon Class
Properties Methods Events


In This Topic
    C1VectorIcon Class Members
    In This Topic

    The following tables list the members exposed by C1VectorIcon.

    Public Properties
     NameDescription
    Public PropertyDetermines whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.  
    Public PropertyGets or sets the color used to paint the icon's background. The default value is Transparent. (Inherited from C1.Framework.C1Icon)
    Public PropertyGets or sets the color used to paint the icon. The default value is Transparent. (Inherited from C1.Framework.C1Icon)
    Public PropertyReturns the System.Boolean value specifying whether icon background color is set. (Inherited from C1.Framework.C1Icon)
    Public PropertyReturns the System.Boolean value specifying whether icon color is set. (Inherited from C1.Framework.C1Icon)
    Public PropertyOverridden. Gets a value indicating whether this C1Icon can free scale or not.  
    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.  
    Public PropertyGets or sets the stroke thickness.  
    Public PropertyGets or sets the rectangle which determines panning and zooming of content inside the parent container.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance. (Inherited from C1.Framework.C1Icon)
    Public MethodReads this C1Icon from an System.Xml.XmlReader. (Inherited from C1.Framework.C1Icon)
    Public MethodWrites this C1Icon into an System.Xml.XmlWriter. (Inherited from C1.Framework.C1Icon)
    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