C# 클래스 LayoutControls.UserSettings.LabelUserSettings

상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
Copy ( ) : LabelUserSettings
LabelUserSettings ( ) : System

Initializes a new instance of the LabelUserSettings class.

TransferToGraphDrawer ( GraphDrawer graphDrawer ) : void

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

Copy() 공개 메소드

public Copy ( ) : LabelUserSettings
리턴 LabelUserSettings

LabelUserSettings() 공개 메소드

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

TransferToGraphDrawer() 공개 메소드

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

프로퍼티 상세

m_bVertexLabelWrapText 보호되어 있는 프로퍼티

protected Boolean,System m_bVertexLabelWrapText
리턴 System.Boolean

m_dVertexLabelWrapMaxTextWidth 보호되어 있는 프로퍼티

protected Double m_dVertexLabelWrapMaxTextWidth
리턴 Double

m_eGroupLabelPosition 보호되어 있는 프로퍼티

protected VertexLabelPosition m_eGroupLabelPosition
리턴 VertexLabelPosition

m_eVertexLabelPosition 보호되어 있는 프로퍼티

protected VertexLabelPosition m_eVertexLabelPosition
리턴 VertexLabelPosition

m_fGroupLabelTextAlpha 보호되어 있는 프로퍼티

protected Single,System m_fGroupLabelTextAlpha
리턴 System.Single

m_iEdgeLabelMaximumLength 보호되어 있는 프로퍼티

protected Int32,System m_iEdgeLabelMaximumLength
리턴 System.Int32

m_iVertexLabelMaximumLength 보호되어 있는 프로퍼티

protected Int32,System m_iVertexLabelMaximumLength
리턴 System.Int32

m_oEdgeLabelTextColor 보호되어 있는 프로퍼티

protected Color m_oEdgeLabelTextColor
리턴 Color

m_oFont 보호되어 있는 프로퍼티

protected Font,System.Drawing m_oFont
리턴 System.Drawing.Font

m_oGroupLabelTextColor 보호되어 있는 프로퍼티

protected Color m_oGroupLabelTextColor
리턴 Color

m_oVertexLabelFillColor 보호되어 있는 프로퍼티

protected Color m_oVertexLabelFillColor
리턴 Color