C# 클래스 ComponentFactory.Krypton.Toolkit.ViewDrawBorderEdge

View element that can draw a border edge by applying a size to a panel.
상속: ViewDrawPanel
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
GetPreferredSize ( ViewLayoutContext context ) : Size

Discover the preferred size of the element.

SetPalettes ( PaletteBorderEdge palette ) : void

Update the source palette for drawing.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawBorderEdge ( PaletteBorderEdge palette, Orientation orientation ) : System

Initialize a new instance of the ViewDrawBorderEdge class.

메소드 상세

GetPreferredSize() 공개 메소드

Discover the preferred size of the element.
public GetPreferredSize ( ViewLayoutContext context ) : Size
context ViewLayoutContext Layout context.
리턴 System.Drawing.Size

SetPalettes() 공개 메소드

Update the source palette for drawing.
public SetPalettes ( PaletteBorderEdge palette ) : void
palette PaletteBorderEdge Palette source for drawing details.
리턴 void

ToString() 공개 메소드

Obtains the String representation of this instance.
public ToString ( ) : string
리턴 string

ViewDrawBorderEdge() 공개 메소드

Initialize a new instance of the ViewDrawBorderEdge class.
public ViewDrawBorderEdge ( PaletteBorderEdge palette, Orientation orientation ) : System
palette PaletteBorderEdge Palette source for drawing details.
orientation Orientation Initial orientation of the border.
리턴 System