C# Class Uiml.LayoutManagement.LayoutProperty

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

Méthodes publiques

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

InitializeVariable() public méthode

public InitializeVariable ( double val ) : void
val double
Résultat void

LayoutProperty() public méthode

public LayoutProperty ( ) : System
Résultat System

LayoutProperty() public méthode

public LayoutProperty ( XmlNode n ) : System
n System.Xml.XmlNode
Résultat System

LayoutProperty() public méthode

public LayoutProperty ( string partName, string name ) : System
partName string
name string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string