C# 클래스 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.
상속: LayoutProperty
파일 보기 프로젝트 열기: jozilla/Uiml.net

공개 메소드들

메소드 설명
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

메소드 상세

GetCurrentValue() 공개 메소드

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

VirtualLayoutProperty() 공개 메소드

public VirtualLayoutProperty ( ) : System
리턴 System

VirtualLayoutProperty() 공개 메소드

public VirtualLayoutProperty ( XmlNode n ) : System
n System.Xml.XmlNode
리턴 System

VirtualLayoutProperty() 공개 메소드

public VirtualLayoutProperty ( string partName, string name ) : System
partName string
name string
리턴 System