SDTProperties
Appearance Property
|
Gets or sets a value for the border appearance type.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public SdtAppearance Appearance { get; set; }
Public Property Appearance As SdtAppearance
Get
Set
public:
property SdtAppearance Appearance {
SdtAppearance get ();
void set (SdtAppearance value);
}
member Appearance : SdtAppearance with get, set
Property Value
Type:
SdtAppearance
See Also