C# 클래스 ZForge.Controls.ExplorerBar.HeaderInfo.HeaderInfoSurrogate

상속: ISerializable
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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