C# 클래스 ZForge.Controls.ExplorerBar.ExpandoInfo.ExpandoInfoSurrogate

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

공개 프로퍼티들

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