C# Class LayoutControls.UserSettings.LabelUserSettings

Inheritance: Object
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_bVertexLabelWrapText System.Boolean
m_dVertexLabelWrapMaxTextWidth Double
m_eGroupLabelPosition VertexLabelPosition
m_eVertexLabelPosition VertexLabelPosition
m_fGroupLabelTextAlpha System.Single
m_iEdgeLabelMaximumLength System.Int32
m_iVertexLabelMaximumLength System.Int32
m_oEdgeLabelTextColor Color
m_oFont System.Drawing.Font
m_oGroupLabelTextColor Color
m_oVertexLabelFillColor Color

Méthodes publiques

Méthode Description
Copy ( ) : LabelUserSettings
LabelUserSettings ( ) : System

Initializes a new instance of the LabelUserSettings class.

TransferToGraphDrawer ( GraphDrawer graphDrawer ) : void

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

Copy() public méthode

public Copy ( ) : LabelUserSettings
Résultat LabelUserSettings

LabelUserSettings() public méthode

Initializes a new instance of the LabelUserSettings class.
public LabelUserSettings ( ) : System
Résultat System

TransferToGraphDrawer() public méthode

public TransferToGraphDrawer ( GraphDrawer graphDrawer ) : void
graphDrawer Smrf.NodeXL.Visualization.Wpf.GraphDrawer
Résultat void

Property Details

m_bVertexLabelWrapText protected_oe property

protected Boolean,System m_bVertexLabelWrapText
Résultat System.Boolean

m_dVertexLabelWrapMaxTextWidth protected_oe property

protected Double m_dVertexLabelWrapMaxTextWidth
Résultat Double

m_eGroupLabelPosition protected_oe property

protected VertexLabelPosition m_eGroupLabelPosition
Résultat VertexLabelPosition

m_eVertexLabelPosition protected_oe property

protected VertexLabelPosition m_eVertexLabelPosition
Résultat VertexLabelPosition

m_fGroupLabelTextAlpha protected_oe property

protected Single,System m_fGroupLabelTextAlpha
Résultat System.Single

m_iEdgeLabelMaximumLength protected_oe property

protected Int32,System m_iEdgeLabelMaximumLength
Résultat System.Int32

m_iVertexLabelMaximumLength protected_oe property

protected Int32,System m_iVertexLabelMaximumLength
Résultat System.Int32

m_oEdgeLabelTextColor protected_oe property

protected Color m_oEdgeLabelTextColor
Résultat Color

m_oFont protected_oe property

protected Font,System.Drawing m_oFont
Résultat System.Drawing.Font

m_oGroupLabelTextColor protected_oe property

protected Color m_oGroupLabelTextColor
Résultat Color

m_oVertexLabelFillColor protected_oe property

protected Color m_oVertexLabelFillColor
Résultat Color