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
显示文件 Open project: jozilla/Uiml.net

Public Methods

Method 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 method

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

VirtualLayoutProperty() public method

public VirtualLayoutProperty ( ) : System
return System

VirtualLayoutProperty() public method

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

VirtualLayoutProperty() public method

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