Property | Type | Description | |
---|---|---|---|
ClientAreaOnlyProperty | |||
WindowSourceProperty |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
ThumbnailImage ( |
Initializes a new instance of the ThumbnailImage class.
|
Method | Description | |
---|---|---|
ArrangeOverride ( |
Positions elements and determines a size for the ThumbnailImage
|
|
Dispose ( bool disposing ) : void | ||
MeasureOverride ( |
Measures the size in layout required for child elements and determines a size for the Image.
|
Method | Description | |
---|---|---|
InitialiseThumbnail ( |
Initialises the thumbnail image
|
|
OnClientAreaOnlyChanged ( |
||
OnWindowSourceChanged ( |
||
ReleaseThumbnail ( ) : void |
Releases the thumbnail
|
|
ThumbnailImage ( ) : System |
Initializes the ThumbnailImage class.
|
|
Thumbnail_LayoutUpdated ( object sender, |
Handles the LayoutUpdated event of the Thumbnail image Actually, we really just ask Windows to paint us at our new size...
|
|
Thumbnail_Unloaded ( object sender, |
Handles the Unloaded event of the Thumbnail control.
|
|
UpdateThumbnail ( ) : void |
Updates the thumbnail
|
protected ArrangeOverride ( |
||
arrangeSize | The final area within the parent that this element should use to arrange itself and its children. | |
return |
protected MeasureOverride ( |
||
constraint | The available size that this element can give to child elements. /// Infinity can be specified as a value to indicate that the element will size to whatever content is available. | |
return |
public ThumbnailImage ( |
||
source | ||
return | System |
public static DependencyProperty,System.Windows ClientAreaOnlyProperty | ||
return |