AvailabilityIcon.PhotoDisplayMode Property
Get or sets a value which determines if a presence photo will be shown, and if so, in what size. Supporting 32x32px, 48x48px, Hidden.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property PhotoDisplayMode As PhotoDisplayMode
Get
Set
'Usage
Dim instance As AvailabilityIcon
Dim value As PhotoDisplayMode
value = instance.PhotoDisplayMode
instance.PhotoDisplayMode = value
public PhotoDisplayMode PhotoDisplayMode { get; set; }
Property Value
Type: Microsoft.Lync.Controls.PhotoDisplayMode