UserProperties.GetPropertyMargins

GetPropertyMargins(string)

Gets margins property value.

public virtual Margins GetPropertyMargins(string key)
ParameterTypeDescription
keyStringThe name of property.

Return Value

Property value.

See Also


GetPropertyMargins(string, Margins)

Gets margins property value. If requested property is absent, returns provided default value.

public virtual Margins GetPropertyMargins(string key, Margins defValue)
ParameterTypeDescription
keyStringThe name of property.
defValueMarginsDefault value of property.

Return Value

Property value.

See Also