Skip to content

Commit 4b0906b

Browse files
committed
1.1.8.8
1 parent 71b1c86 commit 4b0906b

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

-86.9 KB
Binary file not shown.
87 KB
Binary file not shown.

Blazor.WebForm.Components/Blazor.WebForm.Components.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net5.0</TargetFramework>
55
<SignAssembly>true</SignAssembly>
66
<AssemblyOriginatorKeyFile>Blazor.WebForm.Components.pfx</AssemblyOriginatorKeyFile>
7-
<Version>1.1.8.6</Version>
7+
<Version>1.1.8.8</Version>
88
<RootNamespace>asp</RootNamespace>
99
<Copyright>Jurio li</Copyright>
1010
<AssemblyName>Blazor.WebForm.Components</AssemblyName>
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="Applied" Version="1.2.1.5" />
20-
<PackageReference Include="Blazor.WebForm.UI" Version="1.1.8.6" />
20+
<PackageReference Include="Blazor.WebForm.UI" Version="1.1.8.8" />
2121
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.8" />
2222
</ItemGroup>
2323

Blazor.WebForm.Components/Inner/Base/Style/StylePropertyComponent.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ public abstract class StylePropertyComponent<T> : PropertyComponent<T>
4545
[Parameter]
4646
public System.Web.UI.WebControls.BorderStyle BorderStyle { get; set; }
4747

48+
[Parameter]
49+
public string BorderWidth { get; set; }
50+
4851
[Parameter]
4952
public string BorderColor { get; set; }
5053

@@ -93,6 +96,7 @@ private Dictionary<string, object> FontInternal
9396

9497
case nameof(this.Height):
9598
case nameof(this.Width):
99+
case nameof(this.BorderWidth):
96100
return this.ConvertFromString<System.Web.UI.WebControls.Unit>(parameter);
97101

98102
case nameof(this.FontBold):

0 commit comments

Comments
 (0)