C# Class ComponentFactory.Krypton.Workspace.StarSize

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initialize a new instance of the StarSize class.
public StarSize ( ) : System
Résultat System

StarSize() public méthode

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

ToString() public méthode

Gets a string representing the value of the instance.
public ToString ( ) : string
Résultat string