C# Class LayoutControls.UserSettings.LabelUserSettings

Inheritance: Object
Show file Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property 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

Public Methods

Method Description
Copy ( ) : LabelUserSettings
LabelUserSettings ( ) : System

Initializes a new instance of the LabelUserSettings class.

TransferToGraphDrawer ( GraphDrawer graphDrawer ) : void

Private Methods

Method Description
AssertValid ( ) : void

Method Details

Copy() public method

public Copy ( ) : LabelUserSettings
return LabelUserSettings

LabelUserSettings() public method

Initializes a new instance of the LabelUserSettings class.
public LabelUserSettings ( ) : System
return System

TransferToGraphDrawer() public method

public TransferToGraphDrawer ( GraphDrawer graphDrawer ) : void
graphDrawer Smrf.NodeXL.Visualization.Wpf.GraphDrawer
return void

Property Details

m_bVertexLabelWrapText protected property

protected Boolean,System m_bVertexLabelWrapText
return System.Boolean

m_dVertexLabelWrapMaxTextWidth protected property

protected Double m_dVertexLabelWrapMaxTextWidth
return Double

m_eGroupLabelPosition protected property

protected VertexLabelPosition m_eGroupLabelPosition
return VertexLabelPosition

m_eVertexLabelPosition protected property

protected VertexLabelPosition m_eVertexLabelPosition
return VertexLabelPosition

m_fGroupLabelTextAlpha protected property

protected Single,System m_fGroupLabelTextAlpha
return System.Single

m_iEdgeLabelMaximumLength protected property

protected Int32,System m_iEdgeLabelMaximumLength
return System.Int32

m_iVertexLabelMaximumLength protected property

protected Int32,System m_iVertexLabelMaximumLength
return System.Int32

m_oEdgeLabelTextColor protected property

protected Color m_oEdgeLabelTextColor
return Color

m_oFont protected property

protected Font,System.Drawing m_oFont
return System.Drawing.Font

m_oGroupLabelTextColor protected property

protected Color m_oGroupLabelTextColor
return Color

m_oVertexLabelFillColor protected property

protected Color m_oVertexLabelFillColor
return Color