C# Class ZForge.Controls.ExplorerBar.TaskPaneInfo.TaskPaneInfoSurrogate

Inheritance: ISerializable
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Свойство Type Description
GradientDirection LinearGradientMode
GradientEndColor string
GradientStartColor string
Padding Padding
StretchMode ImageStretchMode
Version int
WatermarkAlignment ContentAlignment

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
TaskPaneInfoSurrogate ( SerializationInfo info, StreamingContext context ) : System

Method Details

Load() public méthode

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
Résultat void

Save() public méthode

Returns a TaskPaneInfo that contains the deserialized TaskPaneInfoSurrogate data
public Save ( ) : TaskPaneInfo
Résultat TaskPaneInfo

TaskPaneInfoSurrogate() public méthode

Initializes a new instance of the TaskPaneInfoSurrogate class with default settings
public TaskPaneInfoSurrogate ( ) : System
Résultat System

Property Details

GradientDirection public_oe property

See TaskPaneInfo.GradientDirection. This member is not intended to be used directly from your code.
public LinearGradientMode GradientDirection
Résultat LinearGradientMode

GradientEndColor public_oe property

See TaskPaneInfo.GradientEndColor. This member is not intended to be used directly from your code.
public string GradientEndColor
Résultat string

GradientStartColor public_oe property

See TaskPaneInfo.GradientStartColor. This member is not intended to be used directly from your code.
public string GradientStartColor
Résultat string

Padding public_oe property

See TaskPaneInfo.Padding. This member is not intended to be used directly from your code.
public Padding Padding
Résultat Padding

StretchMode public_oe property

See TaskPaneInfo.StretchMode. This member is not intended to be used directly from your code.
public ImageStretchMode StretchMode
Résultat ImageStretchMode

Version public_oe property

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

WatermarkAlignment public_oe property

See TaskPaneInfo.WatermarkAlignment. This member is not intended to be used directly from your code.
public ContentAlignment WatermarkAlignment
Résultat ContentAlignment