Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Direction As Direction |
C# | |
---|---|
public abstract Direction Direction {get; set;} |
C++/CLI | |
---|---|
public: abstract property Direction Direction { Direction get(); void set ( Direction value); } |
Property Value
The default value is Direction.Forward.Often it is better to use the Preset method, rather than setting the Direction property directly, so that all the other properties get set to default values for the specified link direction.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)