C# Class Uiml.LayoutManagement.VirtualLayoutProperty

This is a layout property whose value is not determined by the renderer. Can be used to implement properties that don't exist in widget sets, such as z-order.
Inheritance: LayoutProperty
Afficher le fichier Open project: jozilla/Uiml.net

Méthodes publiques

Méthode Description
GetCurrentValue ( IPropertySetter iPropSetter, Part p ) : object

Gets the current value of this property

VirtualLayoutProperty ( ) : System
VirtualLayoutProperty ( XmlNode n ) : System
VirtualLayoutProperty ( string partName, string name ) : System

Method Details

GetCurrentValue() public méthode

Gets the current value of this property
public GetCurrentValue ( IPropertySetter iPropSetter, Part p ) : object
iPropSetter IPropertySetter
p Part
Résultat object

VirtualLayoutProperty() public méthode

public VirtualLayoutProperty ( ) : System
Résultat System

VirtualLayoutProperty() public méthode

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

VirtualLayoutProperty() public méthode

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