Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItemPaint Class


In This Topic
    SmartItemPaint Class Properties
    In This Topic

    For a list of all members of this type, see SmartItemPaint members.

    Public Properties
     NameDescription
    Public PropertyGets or sets the System.Drawing.Font to use when painting on subsequent calls to the Draw methods. (Inherited from Xceed.SmartUI.SmartPaint)
    Public PropertyOverridden. Gets or sets the foreground color to paint on subsequent calls to the Draw methods.  
    Public PropertyGets or sets a value representing the index of the image, within the SmartPaint.ImageList, to paint on subsequent calls to the Draw methods. (Inherited from Xceed.SmartUI.SmartPaint)
    Public PropertyGets or sets the opacity level of the SmartControl or SmartItem on subsequent calls to the Draw methods. (Inherited from Xceed.SmartUI.SmartPaint)
    Public PropertyGets a value indicating if the SmartControl or SmartItem should display focus rectangles on subsequent calls to the Draw methods. (Inherited from Xceed.SmartUI.SmartPaint)
    Public PropertyGets or sets the System.Drawing.StringFormat to use when painting on subsequent calls to the Draw methods. (Inherited from Xceed.SmartUI.SmartPaint)
    Public PropertyGets the value of the UIStyle property on subsequent calls to the Draw methods. (Inherited from Xceed.SmartUI.SmartPaint)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the list of images that will be used to paint on subsequent calls to the Draw methods.  
    Protected PropertyOverridden. Gets the size of the images in the ImageList on subsequent calls to the Draw methods.  
    Top
    See Also