Show or hide an object in your application
You have multiple options for hiding objects in your application. The option that you select depends on which of the following results you want:
To create an instantaneous change in visibility, use the Visibility property.
To animate a gradual change in visibility, use the Opacity property under Appearance, or use the Alpha property in the color picker under Brushes.
Note
Hiding an object in your application hides all its child objects, if any exist.
Note
Hiding an object on the artboard can make it easier to see other objects while you design your application. To hide a specific object, use the Hide/Show toggle. For more information, see Show or hide an object on the artboard.
To show or hide an object instantaneously
In the Toolbox in Microsoft Expression Blend, click the Selection tool , and then select the object for which you want to change the visibility.
Under Appearance in the Properties panel, click the arrow next to the drop-down list for the Visibility property, and then select one of the following options:
Visible To show the object in your application.
Hidden To hide the object in your application but let it maintain its layout proportions on the artboard.
Collapsed To hide the object in your application in a minimized state so that it does not maintain its layout proportions. In other words, the parent object will reduce its size accordingly if the size of the parent object relies on the size of the collapsed child object.
To animate a gradual change in visibility
In the Toolbox in Expression Blend, click the Selection tool , and then select the object for which you want to change the visibility.
In an animation timeline, move the timeline playhead to the time where you want to change the visibility of your object. (For an example of creating an animation timeline, see Create simple animation.)
Select one of the following options that will create a keyframe on the animation timeline:
Opacity Under Appearance in the Properties panel, adjust the value of the Opacity property. For example, an opacity value of 0 percent makes the object invisible.
Alpha Under Brushes in the Properties panel, adjust the value of the Alpha property. For example, an alpha value of 0 percent makes the object invisible.
Note
You can adjust the Alpha value only for a Solid color brush or a Gradient brush. You cannot adjust the Alpha value of a brush resource, nor can you animate from No brush to a brush.
Test your animation by clicking the Play button. The timeline will animate a gradual change between the original value of the Opacity or Alpha property to the new value.