Visual Basic (Declaration) | |
---|---|
Public Property Type As RippleCommandType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RippleCommand Dim value As RippleCommandType instance.Type = value value = instance.Type |
C# | |
---|---|
public RippleCommandType Type {get; set;} |
C++/CLI | |
---|---|
public: property RippleCommandType Type { RippleCommandType get(); void set ( RippleCommandType value); } |
Property Value
Value that indicates how to handle exposed areas.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7