TextFieldAnnotationPenWidth Property |
Gets or sets annotation pen width
Namespace: GroupDocs.Annotation.Models.AnnotationModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 20.11.0.0 (20.11)
Syntaxpublic Nullable<byte> PenWidth { get; set; }
Public Property PenWidth As Nullable(Of Byte)
Get
Set
public:
virtual property Nullable<unsigned char> PenWidth {
Nullable<unsigned char> get () sealed;
void set (Nullable<unsigned char> value) sealed;
}
abstract PenWidth : Nullable<byte> with get, set
override PenWidth : Nullable<byte> with get, set
Property Value
Type:
NullableByteImplements
IPenWidthPenWidth
See Also