FluidMoveBehaviorBase.Tag Property

Indicates whether to use the element as its own tag, or to use the binding on the element as the tag.

Namespace: Microsoft.Expression.Interactivity.Layout
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property Tag As TagType
'Usage
Dim instance As FluidMoveBehaviorBase
Dim value As TagType

value = instance.Tag

instance.Tag = value
public TagType Tag { get; set; }
public:
property TagType Tag {
    TagType get ();
    void set (TagType value);
}
/** @property */
public TagType get_Tag ()

/** @property */
public void set_Tag (TagType value)
public function get Tag () : TagType

public function set Tag (value : TagType)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

FluidMoveBehaviorBase Class
FluidMoveBehaviorBase Members
Microsoft.Expression.Interactivity.Layout Namespace