Visual Basic (Declaration) | |
---|---|
Public Property FrameShadow As Size |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Size FrameShadow {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property Size get_FrameShadow(); public: __property void set_FrameShadow( Size value ); |
XAML Attributes Usage | |
---|---|
<object FrameShadow=Size .../> |
Dependency Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, Inherits |
XAML Property Element Usage | |
---|---|
<object> <object.FrameShadow> <Size .../> </object.FrameShadow> </object> |
Return Value
The size of the shadow for the frame that you add to the BitmapSourceViewerElement control.For XAML example, refer to Source.
For C#/VB examples, refer to BitmapSourceViewerElement.
Set to 0 to disable the frame's shadow.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family