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
Показать файл Открыть проект

Открытые методы

Метод Описание
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