SignatureLine.SignatureAppearanceType property

Gets a value that indicates the appearance of the control.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
ReadOnly Property SignatureAppearanceType As XdSignatureAppearanceType
    Get
'Usage
Dim instance As SignatureLine
Dim value As XdSignatureAppearanceType

value = instance.SignatureAppearanceType
XdSignatureAppearanceType SignatureAppearanceType { get; }

Property value

Type: Microsoft.Office.Interop.InfoPath.SemiTrust.XdSignatureAppearanceType
One of the enumeration values that indicate the appearance of the control.

Remarks

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

See also

Reference

SignatureLine interface

SignatureLine members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace