Defines a Uri that provides the content for this Smart Tile.
The Uri can point to an image file (.png, .jpg, etc.), or a
configuration file for graphics, trends, or alarms (.gdfx, .twxx, .awxx).
Note: It is more efficient to embed content directly within a Smart Tile, rather than
setting a ContentSource.
Namespace: Ico.Windows.ControlsAssembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public string ContentSource { get; set; } |
Visual Basic |
---|
Public Property ContentSource As String
Get
Set |
JScript |
---|
function get ContentSource () : String
function set ContentSource (value : String) |
See Also