C# 클래스 ComponentFactory.Krypton.Workspace.StarSize

A size where the width and height are in star notation.
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
StarSize ( ) : System

Initialize a new instance of the StarSize class.

StarSize ( string starSize ) : System

Initialize a new instance of the StarSize class.

ToString ( ) : string

Gets a string representing the value of the instance.

메소드 상세

StarSize() 공개 메소드

Initialize a new instance of the StarSize class.
public StarSize ( ) : System
리턴 System

StarSize() 공개 메소드

Initialize a new instance of the StarSize class.
public StarSize ( string starSize ) : System
starSize string Initial star sizing value.
리턴 System

ToString() 공개 메소드

Gets a string representing the value of the instance.
public ToString ( ) : string
리턴 string