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

Inheritance: ISerializable
Mostrar archivo Open project: zhuangyy/Motion Class Usage Examples

Public Properties

Property Type Description
NormalBackColor string
NormalBorder Border
NormalBorderColor string
NormalPadding Padding
SpecialBackColor string
SpecialBorder Border
SpecialBorderColor string
SpecialPadding Padding
Version int
WatermarkAlignment ContentAlignment

Public Methods

Method 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

Method Description
ExpandoInfoSurrogate ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ExpandoInfoSurrogate() public method

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

Load() public method

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
return void

Save() public method

Returns an ExpandoInfo that contains the deserialized ExpandoInfoSurrogate data
public Save ( ) : ExpandoInfo
return 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
return 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
return Border

NormalBorderColor public_oe property

See ExpandoInfo.NormalBorderColor. This member is not intended to be used directly from your code.
public string NormalBorderColor
return string

NormalPadding public_oe property

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

SpecialBackColor public_oe property

See ExpandoInfo.SpecialBackColor. This member is not intended to be used directly from your code.
public string SpecialBackColor
return 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
return Border

SpecialBorderColor public_oe property

See ExpandoInfo.SpecialBorderColor. This member is not intended to be used directly from your code.
public string SpecialBorderColor
return string

SpecialPadding public_oe property

See ExpandoInfo.SpecialPadding. This member is not intended to be used directly from your code.
public Padding SpecialPadding
return 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
return int

WatermarkAlignment public_oe property

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