C# Класс ZForge.Controls.ExplorerBar.HeaderInfo.HeaderInfoSurrogate

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

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

Свойство Тип Описание
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

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

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

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

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

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

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

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

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

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

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

Returns a HeaderInfo that contains the deserialized HeaderInfoSurrogate data
public Save ( ) : HeaderInfo
Результат HeaderInfo

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

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

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

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

See Font.Size. This member is not intended to be used directly from your code.
public float FontSize
Результат float

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

See Font.Style. This member is not intended to be used directly from your code.
public FontStyle FontStyle
Результат FontStyle

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

See HeaderInfo.GradientOffset. This member is not intended to be used directly from your code.
public float GradientOffset
Результат float

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

See HeaderInfo.Margin. This member is not intended to be used directly from your code.
public int Margin
Результат int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

See HeaderInfo.TitleGradient. This member is not intended to be used directly from your code.
public bool TitleGradient
Результат bool

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

See HeaderInfo.TitleRadius. This member is not intended to be used directly from your code.
public int TitleRadius
Результат int

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

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