C# Class FullInspector.InspectorKeyWidthAttribute

Inheritance: System.Attribute
Mostra file Open project: jacobdufault/fullinspector

Public Properties

Property Type Description
WidthPercentage float

Public Methods

Method Description
InspectorKeyWidthAttribute ( float widthPercentage ) : System

Method Details

InspectorKeyWidthAttribute() public method

public InspectorKeyWidthAttribute ( float widthPercentage ) : System
widthPercentage float
return System

Property Details

WidthPercentage public_oe property

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