Version

xamPropertyGrid - Enumeration Reference

XamPropertyGrid Enumerations Reference

Introduction

This topic provides reference material on the common enumerations used for testing the XamPropertyGrid™ control.

PrpGSubItemType

This enumeration represents the sub item type.

The following table summarizes the XamPropertyGrid test object enumerations used in recordable methods.

Enumeration Description

Value 1 – Represents the entire filter area across the top of the control including the sorting buttons. It ignores oSubItem property as there is only one.

Value 2 – Represents a Property element, and takes in the DisplayName path to the Property.

Value 3 – Represents a Category element, and takes in the DisplayName path to the Category.

Value 4 – Represents the entire description area across the bottom of the control. It ignores oSubItem property as there is only one.

PrpGBrushType

This enumeration represents the brush type of a System.Windows.Media.Brush .

The following table summarizes the XamPropertyGrid test object enumeration used in recordable methods.

Enumeration Description

Value 1 – Represents an undefined brush type.

Value 2 – Represents a one solid color brush type.

Value 3 – Represents a gradient brush, with a radial fill pattern.

Value 4 – Represents a gradient brush, with a vertical linear fill pattern.

Value 5 – Represents a gradient brush, with a horizontal linear fill pattern.