- protected override PropertyCollection OnCreatePropertyCollection()
- {
- List<Property> propsBuilder = new List<Property>();
- propsBuilder.Add(new Int32Property("Left-hand brightness", 0, 0, 10));
- propsBuilder.Add(new Int32Property("Right-hand brightness", 0, 0, 10));
- return new PropertyCollection(propsBuilder);
- }