Visual Basic (Declaration) | |
---|---|
Public Property SampleColor As RasterColor |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SampleTargetCommand Dim value As RasterColor instance.SampleColor = value value = instance.SampleColor |
C# | |
---|---|
public RasterColor SampleColor {get; set;} |
C++/CLI | |
---|---|
public: property RasterColor SampleColor { RasterColor get(); void set ( RasterColor value); } |
Property Value
Color value that represents the sample color. The red value for red channel, green value for green channel, blue value for blue channel.Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)