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

Mostra file Open project: ComponentFactory/Krypton

Public Properties

Property Type Description
ContentTextColor1 Color
ContentTextColor2 Color
ContentTextColorAlign PaletteRectangleAlign
ContentTextColorAngle float
ContentTextColorStyle PaletteColorStyle
ContentTextFont System.Drawing.Font
ContentTextH PaletteRelativeAlign
ContentTextHint PaletteTextHint
ContentTextImage Image
ContentTextImageAlign PaletteRectangleAlign
ContentTextImageStyle PaletteImageStyle
ContentTextMultiLine InheritBool
ContentTextMultiLineH PaletteRelativeAlign
ContentTextPrefix PaletteTextHotkeyPrefix
ContentTextTrim PaletteTextTrim
ContentTextV PaletteRelativeAlign

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

ContentTextColor1 public_oe property

public Color ContentTextColor1
return Color

ContentTextColor2 public_oe property

public Color ContentTextColor2
return Color

ContentTextColorAlign public_oe property

public PaletteRectangleAlign ContentTextColorAlign
return PaletteRectangleAlign

ContentTextColorAngle public_oe property

public float ContentTextColorAngle
return float

ContentTextColorStyle public_oe property

public PaletteColorStyle ContentTextColorStyle
return PaletteColorStyle

ContentTextFont public_oe property

public Font,System.Drawing ContentTextFont
return System.Drawing.Font

ContentTextH public_oe property

public PaletteRelativeAlign ContentTextH
return PaletteRelativeAlign

ContentTextHint public_oe property

public PaletteTextHint ContentTextHint
return PaletteTextHint

ContentTextImage public_oe property

public Image ContentTextImage
return Image

ContentTextImageAlign public_oe property

public PaletteRectangleAlign ContentTextImageAlign
return PaletteRectangleAlign

ContentTextImageStyle public_oe property

public PaletteImageStyle ContentTextImageStyle
return PaletteImageStyle

ContentTextMultiLine public_oe property

public InheritBool ContentTextMultiLine
return InheritBool

ContentTextMultiLineH public_oe property

public PaletteRelativeAlign ContentTextMultiLineH
return PaletteRelativeAlign

ContentTextPrefix public_oe property

public PaletteTextHotkeyPrefix ContentTextPrefix
return PaletteTextHotkeyPrefix

ContentTextTrim public_oe property

public PaletteTextTrim ContentTextTrim
return PaletteTextTrim

ContentTextV public_oe property

public PaletteRelativeAlign ContentTextV
return PaletteRelativeAlign