C# Class FullInspector.InspectorTextAreaAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: jacobdufault/fullinspector

Public Properties

Property Type Description
Height float

Public Methods

Method Description
InspectorTextAreaAttribute ( ) : System
InspectorTextAreaAttribute ( float height ) : System

Method Details

InspectorTextAreaAttribute() public method

public InspectorTextAreaAttribute ( ) : System
return System

InspectorTextAreaAttribute() public method

public InspectorTextAreaAttribute ( float height ) : System
height float
return System

Property Details

Height public_oe property

The height of the text area.
public float Height
return float