C# Class ZForge.Controls.ExplorerBar.HeaderInfo.HeaderInfoSurrogate

Inheritance: ISerializable
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Свойство Type Description
FontName string
FontSize float
FontStyle FontStyle
GradientOffset float
Margin int
NormalAlignment ContentAlignment
NormalBackColor string
NormalBorder Border
NormalBorderColor string
NormalGradientEndColor string
NormalGradientStartColor string
NormalPadding Padding
NormalTitle string
NormalTitleHot string
SpecialAlignment ContentAlignment
SpecialBackColor string
SpecialBorder Border
SpecialBorderColor string
SpecialGradientEndColor string
SpecialGradientStartColor string
SpecialPadding Padding
SpecialTitle string
SpecialTitleHot string
TitleGradient bool
TitleRadius int
Version int

Méthodes publiques

Méthode Description
HeaderInfoSurrogate ( ) : System

Initializes a new instance of the HeaderInfoSurrogate class with default settings

Load ( HeaderInfo headerInfo ) : void

Populates the HeaderInfoSurrogate with data that is to be serialized from the specified HeaderInfo

Save ( ) : HeaderInfo

Returns a HeaderInfo that contains the deserialized HeaderInfoSurrogate data

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
HeaderInfoSurrogate ( SerializationInfo info, StreamingContext context ) : System

Method Details

HeaderInfoSurrogate() public méthode

Initializes a new instance of the HeaderInfoSurrogate class with default settings
public HeaderInfoSurrogate ( ) : System
Résultat System

Load() public méthode

Populates the HeaderInfoSurrogate with data that is to be serialized from the specified HeaderInfo
public Load ( HeaderInfo headerInfo ) : void
headerInfo HeaderInfo The HeaderInfo that contains the data /// to be serialized
Résultat void

Save() public méthode

Returns a HeaderInfo that contains the deserialized HeaderInfoSurrogate data
public Save ( ) : HeaderInfo
Résultat HeaderInfo

Property Details

FontName public_oe property

See Font.Name. This member is not intended to be used directly from your code.
public string FontName
Résultat string

FontSize public_oe property

See Font.Size. This member is not intended to be used directly from your code.
public float FontSize
Résultat float

FontStyle public_oe property

See Font.Style. This member is not intended to be used directly from your code.
public FontStyle FontStyle
Résultat FontStyle

GradientOffset public_oe property

See HeaderInfo.GradientOffset. This member is not intended to be used directly from your code.
public float GradientOffset
Résultat float

Margin public_oe property

See HeaderInfo.Margin. This member is not intended to be used directly from your code.
public int Margin
Résultat int

NormalAlignment public_oe property

See HeaderInfo.NormalAlignment. This member is not intended to be used directly from your code.
public ContentAlignment NormalAlignment
Résultat ContentAlignment

NormalBackColor public_oe property

See HeaderInfo.NormalBackColor. This member is not intended to be used directly from your code.
public string NormalBackColor
Résultat string

NormalBorder public_oe property

See HeaderInfo.NormalBorder. This member is not intended to be used directly from your code.
public Border,ZForge.Controls.ExplorerBar NormalBorder
Résultat Border

NormalBorderColor public_oe property

See HeaderInfo.NormalBorderColor. This member is not intended to be used directly from your code.
public string NormalBorderColor
Résultat string

NormalGradientEndColor public_oe property

See HeaderInfo.NormalGradientEndColor. This member is not intended to be used directly from your code.
public string NormalGradientEndColor
Résultat string

NormalGradientStartColor public_oe property

See HeaderInfo.NormalGradientStartColor. This member is not intended to be used directly from your code.
public string NormalGradientStartColor
Résultat string

NormalPadding public_oe property

See HeaderInfo.NormalPadding. This member is not intended to be used directly from your code.
public Padding NormalPadding
Résultat Padding

NormalTitle public_oe property

See HeaderInfo.NormalTitle. This member is not intended to be used directly from your code.
public string NormalTitle
Résultat string

NormalTitleHot public_oe property

See HeaderInfo.NormalTitleHot. This member is not intended to be used directly from your code.
public string NormalTitleHot
Résultat string

SpecialAlignment public_oe property

See HeaderInfo.SpecialAlignment. This member is not intended to be used directly from your code.
public ContentAlignment SpecialAlignment
Résultat ContentAlignment

SpecialBackColor public_oe property

See HeaderInfo.SpecialBackColor. This member is not intended to be used directly from your code.
public string SpecialBackColor
Résultat string

SpecialBorder public_oe property

See HeaderInfo.SpecialBorder. This member is not intended to be used directly from your code.
public Border,ZForge.Controls.ExplorerBar SpecialBorder
Résultat Border

SpecialBorderColor public_oe property

See HeaderInfo.SpecialBorderColor. This member is not intended to be used directly from your code.
public string SpecialBorderColor
Résultat string

SpecialGradientEndColor public_oe property

See HeaderInfo.SpecialGradientEndColor. This member is not intended to be used directly from your code.
public string SpecialGradientEndColor
Résultat string

SpecialGradientStartColor public_oe property

See HeaderInfo.SpecialGradientStartColor. This member is not intended to be used directly from your code.
public string SpecialGradientStartColor
Résultat string

SpecialPadding public_oe property

See HeaderInfo.SpecialPadding. This member is not intended to be used directly from your code.
public Padding SpecialPadding
Résultat Padding

SpecialTitle public_oe property

See HeaderInfo.SpecialTitle. This member is not intended to be used directly from your code.
public string SpecialTitle
Résultat string

SpecialTitleHot public_oe property

See HeaderInfo.SpecialTitleHot. This member is not intended to be used directly from your code.
public string SpecialTitleHot
Résultat string

TitleGradient public_oe property

See HeaderInfo.TitleGradient. This member is not intended to be used directly from your code.
public bool TitleGradient
Résultat bool

TitleRadius public_oe property

See HeaderInfo.TitleRadius. This member is not intended to be used directly from your code.
public int TitleRadius
Résultat int

Version public_oe property

Version number of the surrogate. This member is not intended to be used directly from your code.
public int Version
Résultat int