Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public sealed class Sizepublic Size(double Width, double Height)
| Type | Name | Description |
|---|---|---|
| double | Width | |
| double | Height |
public double Height { get; set; }
| Type | Description |
|---|---|
| double |
public double Width { get; set; }
| Type | Description |
|---|---|
| double |
public void Deconstruct(Double& Width, Double& Height)
| Type | Name | Description |
|---|---|---|
| Double& | Width | |
| Double& | Height |
public override bool Equals(object obj)
| Type | Name | Description |
|---|---|---|
| object | obj |
| Type | Description |
|---|---|
| bool |
public bool Equals(Spreadsheet.DrawingSizeDialog+Size other)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.DrawingSizeDialog+Size | other |
| Type | Description |
|---|---|
| bool |
public override int GetHashCode()
| Type | Description |
|---|---|
| int |
public override string ToString()
| Type | Description |
|---|---|
| string |
public static bool operator !=(Spreadsheet.DrawingSizeDialog+Size left, Spreadsheet.DrawingSizeDialog+Size right)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.DrawingSizeDialog+Size | left | |
| Spreadsheet.DrawingSizeDialog+Size | right |
| Type | Description |
|---|---|
| bool |
public static bool operator ==(Spreadsheet.DrawingSizeDialog+Size left, Spreadsheet.DrawingSizeDialog+Size right)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.DrawingSizeDialog+Size | left | |
| Spreadsheet.DrawingSizeDialog+Size | right |
| Type | Description |
|---|---|
| bool |