Properties panel (Windows Phone)
The Properties panel is where you can view and modify the properties of a XAML object that is selected on the artboard or in the Objects and Timeline panel. If you modify an object directly on the artboard, the property changes will be reflected in the Properties panel.
The Properties panel
Categories An expandable and collapsible categories of properties. Click Expand and Collapse to show or hide category details. |
Name and Type Displays the icon, name and type of the selected object. |
Brush editor tabs Use to select a brush editor. The selected property under Brushes can be set to No brush, Solid Color Brush, Gradient Brush, Tile Brush, or to a Brush resource. |
||
Arrange by Use to arrange properties alphabetically by name, source, or category. |
Color resources Allows you to apply the exact same color to different properties. The Color Resources tab includes Local Resources and System Resources. |
||
Brush properties Displays visual properties for brushes such as Fill brush, Stroke brush, and Foreground brush. |
RGB color space You can modify the color by adjusting the values for the R, G, or B (red, green, blue) number editors. |
||
Color editor Use for solid color and gradient brushes. |
Alpha channel Modify the Alpha value by using the number editor next to A. |
||
Color picker Use the color slider to select a color. |
Convert color to resource Displays categories of properties that are less commonly used. You can converts the selected color to a color resource. Color resources are are available when you click the Color resources tab. |
||
Color chips Displays the initial color, current color, and last color |
Hex value Displays the hexadecimal value of the color displayed. |
||
Eyedroppers The Color eyedropper is available when Solid color brush is selected. The Gradient eyedropper is available when the Gradient brush is selected. |
Gradient slider The gradient slider with gradient stops, which appears only if a gradient brush is selected. |
||
Properties and Events Displays the properties or the event handlers for a selected element. |
Show advanced properties Displays categories of properties that are less commonly used. |
||
Search box Filter the properties that are displayed by typing text in the Search box. |
Value editors
The Properties panel includes a number editor for entering values such as degrees, pixels, percentages, and so on. For example, the RGBA color space text boxes in the preceding image are number editors. You can click an existing numerical value and type the exact value you want, or you can use the unique slider to change values by moving your pointer over the text box of the property, and then dragging when the numerical adjust pointer appears. You can also click in the text box of the property and use the Up Arrow and Down Arrow keys to adjust the value.
Advanced properties
Most categories of properties in the Properties panel have an expandable advanced section, which you can open by clicking Show advanced properties at the bottom of the category. The advanced properties are less commonly used, including subproperty and collection editors.
Subproperty and collection editors
Some properties represent a collection of values, or represent an object with properties of its own. For example, if you add rows or columns to a Grid layout panel by clicking Edit items in this collection next to the ColumnDefinitions or RowDefinitions property, a collection editor appears in which you can add rows and columns.
Setting special values
You can view additional property options by clicking Advanced options next to the property that you want to modify, including custom expressions, resources, or data bindings, or to reset the property to its default value. After you set a property in the Advanced Options list, the name of the property is given a colored border so that you know what type of value is set. For example, if you set the value of a property to a System Resource, the property name will be given a green border.
Advanced options menu