C# Class ZForge.Controls.ExplorerBar.ExpandoInfo.ExpandoInfoSurrogate

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

Méthodes publiques

Свойство Type Description
NormalBackColor string
NormalBorder Border
NormalBorderColor string
NormalPadding Padding
SpecialBackColor string
SpecialBorder Border
SpecialBorderColor string
SpecialPadding Padding
Version int
WatermarkAlignment ContentAlignment

Méthodes publiques

Méthode Description
ExpandoInfoSurrogate ( ) : System

Initializes a new instance of the ExpandoInfoSurrogate class with default settings

Load ( ExpandoInfo expandoInfo ) : void

Populates the ExpandoInfoSurrogate with data that is to be serialized from the specified ExpandoInfo

Save ( ) : ExpandoInfo

Returns an ExpandoInfo that contains the deserialized ExpandoInfoSurrogate data

Private Methods

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

Method Details

ExpandoInfoSurrogate() public méthode

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

Load() public méthode

Populates the ExpandoInfoSurrogate with data that is to be serialized from the specified ExpandoInfo
public Load ( ExpandoInfo expandoInfo ) : void
expandoInfo ExpandoInfo The ExpandoInfo that contains the data /// to be serialized
Résultat void

Save() public méthode

Returns an ExpandoInfo that contains the deserialized ExpandoInfoSurrogate data
public Save ( ) : ExpandoInfo
Résultat ExpandoInfo

Property Details

NormalBackColor public_oe property

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

NormalBorder public_oe property

See ExpandoInfo.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 ExpandoInfo.NormalBorderColor. This member is not intended to be used directly from your code.
public string NormalBorderColor
Résultat string

NormalPadding public_oe property

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

SpecialBackColor public_oe property

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

SpecialBorder public_oe property

See ExpandoInfo.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 ExpandoInfo.SpecialBorderColor. This member is not intended to be used directly from your code.
public string SpecialBorderColor
Résultat string

SpecialPadding public_oe property

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

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

WatermarkAlignment public_oe property

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