Table of Contents

Class PropertyGridSettings

Namespace
Myra.Graphics2D.UI.Properties
Assembly
Myra.dll

Settings for configuring a property grid's behavior and asset management.

public class PropertyGridSettings
Inheritance
PropertyGridSettings
Inherited Members

Fields

AssetManager

Gets or sets the asset manager used by the property grid.

[Browsable(false)]
public AssetManager AssetManager

Field Value

AssetManager

BasePath

Gets or sets the base path for relative asset paths.

public string BasePath

Field Value

string

ImagePropertyValueGetter

Gets or sets the function used to retrieve image property values.

public Func<string, string> ImagePropertyValueGetter

Field Value

Func<string, string>

ImagePropertyValueSetter

Gets or sets the function used to set image property values.

public Action<string, string> ImagePropertyValueSetter

Field Value

Action<string, string>