RelativeSource.Mode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that describes the location of the binding source relative to the position of the binding target.
public:
property RelativeSourceMode Mode { RelativeSourceMode get(); void set(RelativeSourceMode value); };
RelativeSourceMode Mode();
void Mode(RelativeSourceMode value);
public RelativeSourceMode Mode { get; set; }
var relativeSourceMode = relativeSource.mode;
relativeSource.mode = relativeSourceMode;
Public Property Mode As RelativeSourceMode
<dependencyobjectdependencyproperty="Binding ... RelativeSource={RelativeSource mode}}" />
Property Value
A value of the enumeration.