C# Class ComponentFactory.Krypton.Workspace.StarSize

A size where the width and height are in star notation.
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

StarSize() public method

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

StarSize() public method

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

ToString() public method

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