C# 클래스 ZForge.Controls.ExplorerBar.TaskPaneInfo.TaskPaneInfoSurrogate

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

공개 프로퍼티들

프로퍼티 타입 설명
GradientDirection LinearGradientMode
GradientEndColor string
GradientStartColor string
Padding Padding
StretchMode ImageStretchMode
Version int
WatermarkAlignment ContentAlignment

공개 메소드들

메소드 설명
Load ( TaskPaneInfo taskPaneInfo ) : void

Populates the TaskPaneInfoSurrogate with data that is to be serialized from the specified TaskPaneInfo

Save ( ) : TaskPaneInfo

Returns a TaskPaneInfo that contains the deserialized TaskPaneInfoSurrogate data

TaskPaneInfoSurrogate ( ) : System

Initializes a new instance of the TaskPaneInfoSurrogate class with default settings

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
TaskPaneInfoSurrogate ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

Load() 공개 메소드

Populates the TaskPaneInfoSurrogate with data that is to be serialized from the specified TaskPaneInfo
public Load ( TaskPaneInfo taskPaneInfo ) : void
taskPaneInfo TaskPaneInfo The TaskPaneInfo that contains the data /// to be serialized
리턴 void

Save() 공개 메소드

Returns a TaskPaneInfo that contains the deserialized TaskPaneInfoSurrogate data
public Save ( ) : TaskPaneInfo
리턴 TaskPaneInfo

TaskPaneInfoSurrogate() 공개 메소드

Initializes a new instance of the TaskPaneInfoSurrogate class with default settings
public TaskPaneInfoSurrogate ( ) : System
리턴 System

프로퍼티 상세

GradientDirection 공개적으로 프로퍼티

See TaskPaneInfo.GradientDirection. This member is not intended to be used directly from your code.
public LinearGradientMode GradientDirection
리턴 LinearGradientMode

GradientEndColor 공개적으로 프로퍼티

See TaskPaneInfo.GradientEndColor. This member is not intended to be used directly from your code.
public string GradientEndColor
리턴 string

GradientStartColor 공개적으로 프로퍼티

See TaskPaneInfo.GradientStartColor. This member is not intended to be used directly from your code.
public string GradientStartColor
리턴 string

Padding 공개적으로 프로퍼티

See TaskPaneInfo.Padding. This member is not intended to be used directly from your code.
public Padding Padding
리턴 Padding

StretchMode 공개적으로 프로퍼티

See TaskPaneInfo.StretchMode. This member is not intended to be used directly from your code.
public ImageStretchMode StretchMode
리턴 ImageStretchMode

Version 공개적으로 프로퍼티

Version number of the surrogate. This member is not intended to be used directly from your code.
public int Version
리턴 int

WatermarkAlignment 공개적으로 프로퍼티

See TaskPaneInfo.WatermarkAlignment. This member is not intended to be used directly from your code.
public ContentAlignment WatermarkAlignment
리턴 ContentAlignment