UserProperties.GetPropertyRectangle

GetPropertyRectangle(string)

Gets rectangle property value.

public virtual RectangleF GetPropertyRectangle(string key)
ParameterTypeDescription
keyStringThe name of property.

Return Value

Property value.

See Also


GetPropertyRectangle(string, RectangleF)

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

public virtual RectangleF GetPropertyRectangle(string key, RectangleF defValue)
ParameterTypeDescription
keyStringThe name of property.
defValueRectangleFDefault value of property.

Return Value

Property value.

See Also