ImageCheckBox.ImageNormal Property
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
‘선언
Public Property ImageNormal As ImageSource
Get
Set
‘사용 방법
Dim instance As ImageCheckBox
Dim value As ImageSource
value = instance.ImageNormal
instance.ImageNormal = value
public ImageSource ImageNormal { get; set; }
public:
property ImageSource^ ImageNormal {
ImageSource^ get ();
void set (ImageSource^ value);
}
member ImageNormal : ImageSource with get, set
function get ImageNormal () : ImageSource
function set ImageNormal (value : ImageSource)
Property Value
Type: System.Windows.Media.ImageSource
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.