C# Class FullInspector.InspectorKeyWidthAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Свойство Type Description
WidthPercentage float

Méthodes publiques

Méthode Description
InspectorKeyWidthAttribute ( float widthPercentage ) : System

Method Details

InspectorKeyWidthAttribute() public méthode

public InspectorKeyWidthAttribute ( float widthPercentage ) : System
widthPercentage float
Résultat System

Property Details

WidthPercentage public_oe property

The percentage of available width that the key will use in the KeyValuePair.
public float WidthPercentage
Résultat float