1.

Explain The Purpose Of Storyboard.targetproperty.

Answer»

USING STORYBOARD.TargetProperty, the properties of an object can be assigned with values. The objects are REFERRED by Storyboard. TargetName attribute. The following SNIPPET illustrates the change of width and COLOR of a rectangle object.

Using Storyboard.TargetProperty, the properties of an object can be assigned with values. The objects are referred by Storyboard. TargetName attribute. The following snippet illustrates the change of width and color of a rectangle object.



Discussion

No Comment Found