Callout.CalloutStyle Property

Gets or sets the callout style.

Namespace: Microsoft.Expression.Controls
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
Public Property CalloutStyle As CalloutStyle
'Usage
Dim instance As Callout
Dim value As CalloutStyle

value = instance.CalloutStyle

instance.CalloutStyle = value
public CalloutStyle CalloutStyle { get; set; }
public:
virtual property CalloutStyle CalloutStyle {
    CalloutStyle get () sealed;
    void set (CalloutStyle value);
}
/** @property */
public final CalloutStyle get_CalloutStyle ()

/** @property */
public void set_CalloutStyle (CalloutStyle value)
public final function get CalloutStyle () : CalloutStyle

public function set CalloutStyle (value : CalloutStyle)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Callout Class
Callout Members
Microsoft.Expression.Controls Namespace