CornerQRFrameOptions Members
Defines a QR code’s corner frame.Constructors
| Name | Description |
|---|---|
| CornerQRFrameOptions() | Initializes a new instance of the CornerQRFrameOptions class. |
Properties
| Name | Description |
|---|---|
| FrameColor | Specifies the frame color. Inherited from QRFrameOptions. |
| FrameWidth | Specifies the frame width in pixels. Inherited from QRFrameOptions. |
| Name | |
| Padding | Specifies the distance between the frame and QR code. Inherited from QRFrameOptions. |
| Text | Specifies the text that displayed in the frame. Inherited from QRFrameOptions. |
| TextAlignment | Specifies how the text is aligned with the frame line. Inherited from QRFrameOptions. |
| TextColor | Specifies the color of the text in the frame. Inherited from QRFrameOptions. |
| TextPosition | Specifies how the text is positioned against the QR code. Inherited from QRFrameOptions. |
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() | Inherited from QRFrameOptions. |
See Also