C# Class Uiml.LayoutManagement.LayoutProperty

This is a property used as a variable in the spatial constraints, like "width" for example.
Inheritance: System.Property
Mostra file Open project: jozilla/Uiml.net Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
InitializeVariable ( double val ) : void
LayoutProperty ( ) : System
LayoutProperty ( XmlNode n ) : System
LayoutProperty ( string partName, string name ) : System
ToString ( ) : string

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

InitializeVariable() public method

public InitializeVariable ( double val ) : void
val double
return void

LayoutProperty() public method

public LayoutProperty ( ) : System
return System

LayoutProperty() public method

public LayoutProperty ( XmlNode n ) : System
n System.Xml.XmlNode
return System

LayoutProperty() public method

public LayoutProperty ( string partName, string name ) : System
partName string
name string
return System

ToString() public method

public ToString ( ) : string
return string