Class StyleOptions
[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
StyleResourceSelectedIndex
[Browsable(false)]
public int StyleResourceSelectedIndex { get; set; }
Property Value
StyleResources
[JsonIgnore]
[Browsable(false)]
public List<IStyleResource> StyleResources { get; set; }
Property Value
Methods
Load(out string)
public override bool Load(out string message)
Parameters
message
string
Returns
Save(out string)
public override bool Save(out string message)
Parameters
message
string