Visual Basic (Declaration) | |
---|---|
Public Property Color As RasterColor |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RingEffectCommand Dim value As RasterColor instance.Color = value value = instance.Color |
C# | |
---|---|
public RasterColor Color {get; set;} |
C++/CLI | |
---|---|
public: property RasterColor Color { RasterColor get(); void set ( RasterColor value); } |
Property Value
Color used to fill the undefined area. This property is used only if the Flags property contains the RingEffectCommandFlags.Color flag.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7