C# Класс ZForge.Controls.ExplorerBar.ExpandoInfo.ExpandoInfoSurrogate

Наследование: ISerializable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
NormalBackColor string
NormalBorder Border
NormalBorderColor string
NormalPadding Padding
SpecialBackColor string
SpecialBorder Border
SpecialBorderColor string
SpecialPadding Padding
Version int
WatermarkAlignment ContentAlignment

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
ExpandoInfoSurrogate ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Описание методов

ExpandoInfoSurrogate() публичный Метод

Initializes a new instance of the ExpandoInfoSurrogate class with default settings
public ExpandoInfoSurrogate ( ) : System
Результат System

Load() публичный Метод

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
Результат void

Save() публичный Метод

Returns an ExpandoInfo that contains the deserialized ExpandoInfoSurrogate data
public Save ( ) : ExpandoInfo
Результат ExpandoInfo

Описание свойств

NormalBackColor публичное свойство

See ExpandoInfo.NormalBackColor. This member is not intended to be used directly from your code.
public string NormalBackColor
Результат string

NormalBorder публичное свойство

See ExpandoInfo.NormalBorder. This member is not intended to be used directly from your code.
public Border,ZForge.Controls.ExplorerBar NormalBorder
Результат Border

NormalBorderColor публичное свойство

See ExpandoInfo.NormalBorderColor. This member is not intended to be used directly from your code.
public string NormalBorderColor
Результат string

NormalPadding публичное свойство

See ExpandoInfo.NormalPadding. This member is not intended to be used directly from your code.
public Padding NormalPadding
Результат Padding

SpecialBackColor публичное свойство

See ExpandoInfo.SpecialBackColor. This member is not intended to be used directly from your code.
public string SpecialBackColor
Результат string

SpecialBorder публичное свойство

See ExpandoInfo.SpecialBorder. This member is not intended to be used directly from your code.
public Border,ZForge.Controls.ExplorerBar SpecialBorder
Результат Border

SpecialBorderColor публичное свойство

See ExpandoInfo.SpecialBorderColor. This member is not intended to be used directly from your code.
public string SpecialBorderColor
Результат string

SpecialPadding публичное свойство

See ExpandoInfo.SpecialPadding. This member is not intended to be used directly from your code.
public Padding SpecialPadding
Результат Padding

Version публичное свойство

Version number of the surrogate. This member is not intended to be used directly from your code.
public int Version
Результат int

WatermarkAlignment публичное свойство

See ExpandoInfo.WatermarkAlignment. This member is not intended to be used directly from your code.
public ContentAlignment WatermarkAlignment
Результат ContentAlignment