C# Class Axiom.Samples.Label

Basic label widget.
Inheritance: Widget
Mostrar archivo Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
textArea Axiom.Overlays.OverlayElement

Protected Properties

Property Type Description
isFitToTray bool

Public Methods

Method Description
Label ( String name, String caption, Real width ) : System

Do not instantiate any widgets directly. Use SdkTrayManager.

OnCursorPressed ( Vector2 cursorPos ) : void

Method Details

Label() public method

Do not instantiate any widgets directly. Use SdkTrayManager.
public Label ( String name, String caption, Real width ) : System
name String
caption String
width Real
return System

OnCursorPressed() public method

public OnCursorPressed ( Vector2 cursorPos ) : void
cursorPos Vector2
return void

Property Details

isFitToTray protected_oe property

protected bool isFitToTray
return bool

textArea public_oe property

public OverlayElement,Axiom.Overlays textArea
return Axiom.Overlays.OverlayElement