Share via


ScalableImage.Source Property

Definition

Gets or sets the ScalableImageSource used to render the image. This is a dependency property.

public:
 property Microsoft::Management::UI::Internal::ScalableImageSource ^ Source { Microsoft::Management::UI::Internal::ScalableImageSource ^ get(); void set(Microsoft::Management::UI::Internal::ScalableImageSource ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Common Properties")]
[System.ComponentModel.Description("Gets or sets the ScalableImageSource used to render the image. This is a dependency property.")]
public Microsoft.Management.UI.Internal.ScalableImageSource Source { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Category("Common Properties")>]
[<System.ComponentModel.Description("Gets or sets the ScalableImageSource used to render the image. This is a dependency property.")>]
member this.Source : Microsoft.Management.UI.Internal.ScalableImageSource with get, set
Public Property Source As ScalableImageSource

Property Value

Attributes

Applies to