Click or drag to resize

XDisplayProperties Methods

The XDisplayProperties type exposes the following members.

Methods
  Name Description
Public method AsString Returns all props as \n delimited string
Public method Deserialize Deserializes the string of joined DotPath=Value properties into property values.
Public method DeserializeProp Deserializes a single property dotpath and string representation of a property value.
Public method GetProp Gets the value of a dotpath property.
Public method Serialize Serializes properties to a joined string. All serializable properties in the nest of classes are converted into tokens of the form DotPath=Value and joined together into a single string.
Public method SetProp Deserializes a single property dotpath and property object value.
Public method SetPropFromString Deserializes a single property dotpath and property string value.
Top
See Also