Table of Contents

Class StyleOptions

Namespace
H.Modules.Style
Assembly
H.Modules.Style.dll
[Display(Name = "控件样式设置", GroupName = "显示设置", Description = "控件样式设置设置的信息")]
public class StyleOptions : IocOptionInstance<StyleOptions>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable, IOptions<StyleOptions>, IStyleOptions
Inheritance
StyleOptions
Implements
Inherited Members
Extension Methods

Constructors

StyleOptions()

public StyleOptions()

Properties

StyleResource

[JsonIgnore]
[PropertyNameSourcePropertyItem(typeof(ComboBoxPropertyItem), "StyleResources")]
[Display(Name = "控件样式")]
public IStyleResource StyleResource { get; set; }

Property Value

IStyleResource

StyleResourceSelectedIndex

[Browsable(false)]
public int StyleResourceSelectedIndex { get; set; }

Property Value

int

StyleResources

[JsonIgnore]
[Browsable(false)]
public List<IStyleResource> StyleResources { get; set; }

Property Value

List<IStyleResource>

Methods

Load(out string)

public override bool Load(out string message)

Parameters

message string

Returns

bool

Save(out string)

public override bool Save(out string message)

Parameters

message string

Returns

bool