QRFrameOptions Members
Contains options used to configure the frame for QR codes.Properties
| Name | Description |
|---|---|
| CornerRadius | Specifies rounded corners for the rectangular frame in pixels. |
| FrameColor | Specifies the frame color. |
| FrameWidth | Specifies the frame width in pixels. |
| Name | |
| Padding | Specifies the distance between the frame and QR code. |
| Text | Specifies the text that displayed in the frame. |
| TextAlignment | Specifies how the text is aligned with the frame line. |
| TextColor | Specifies the color of the text in the frame. |
| TextPosition | Specifies how the text is positioned against the QR code. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() |
See Also