C# Class ComponentFactory.Krypton.Toolkit.PaletteBack.InternalStorage

Datei anzeigen Open project: ComponentFactory/Krypton

Public Properties

Property Type Description
BackColor1 Color
BackColor2 Color
BackColorAlign PaletteRectangleAlign
BackColorAngle float
BackColorStyle PaletteColorStyle
BackDraw InheritBool
BackGraphicsHint PaletteGraphicsHint
BackImage Image
BackImageAlign PaletteRectangleAlign
BackImageStyle PaletteImageStyle

Public Methods

Method Description
InternalStorage ( ) : System

Initialize a new instance of the InternalStorage structure.

Method Details

InternalStorage() public method

Initialize a new instance of the InternalStorage structure.
public InternalStorage ( ) : System
return System

Property Details

BackColor1 public_oe property

public Color BackColor1
return Color

BackColor2 public_oe property

public Color BackColor2
return Color

BackColorAlign public_oe property

public PaletteRectangleAlign BackColorAlign
return PaletteRectangleAlign

BackColorAngle public_oe property

public float BackColorAngle
return float

BackColorStyle public_oe property

public PaletteColorStyle BackColorStyle
return PaletteColorStyle

BackDraw public_oe property

public InheritBool BackDraw
return InheritBool

BackGraphicsHint public_oe property

public PaletteGraphicsHint BackGraphicsHint
return PaletteGraphicsHint

BackImage public_oe property

public Image BackImage
return Image

BackImageAlign public_oe property

public PaletteRectangleAlign BackImageAlign
return PaletteRectangleAlign

BackImageStyle public_oe property

public PaletteImageStyle BackImageStyle
return PaletteImageStyle