構文
例外
解説このコンストラクタを使用して、指定した倍精度浮動小数点数と UnitType で、Unit 構造体の新しいインスタンスを作成し、初期化します。
Unit のインスタンスの初期プロパティ値を次の表に示します。
注意 |
|---|
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照
構文
例外
解説
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照
オーバーロードの一覧| 名前 | 説明 |
|---|---|
| Unit (Double) | 指定した倍精度浮動小数点数を使用して、Unit 構造体の新しいインスタンスを初期化します。 |
| Unit (Int32) | 指定した 32 ビット符号付き整数を使用して、Unit 構造体の新しいインスタンスを初期化します。 |
| Unit (String) | 指定した長さを使用して、Unit 構造体の新しいインスタンスを初期化します。 |
| Unit (Double, UnitType) | 指定した倍精度浮動小数点数と UnitType を使用して、Unit 構造体の新しいインスタンスを初期化します。 |
| Unit (String, CultureInfo) | 指定した長さと System.Globalization.CultureInfo を使用して、Unit 構造体の新しいインスタンスを初期化します。 |
参照
構文
例外
解説このコンストラクタを使用して、指定した長さで Unit 構造体の新しいインスタンスを作成し、初期化します。長さは、長さの値と長さの単位の種類の 2 つの部分で構成されています。たとえば、"200Cm" は 200 センチメートルの長さを表します。有効な CSS 対応の単位式すべてを使用できます。
Unit のインスタンスの初期プロパティ値を次の表に示します。
注意 |
|---|
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照
構文
例外
解説
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照
構文カルチャを表す System.Globalization.CultureInfo。
例外
解説このコンストラクタを使用して、指定した長さと System.Globalization.CultureInfo で Unit 構造体の新しいインスタンスを作成し、初期化します。長さは、長さの値と長さの単位の種類の 2 つの部分で構成されています。たとえば、"200Cm" は 200 センチメートルの長さを表します。有効な CSS 対応の単位式すべてを使用できます。
Unit のインスタンスの初期プロパティ値を次の表に示します。
注意 |
|---|
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照
パブリック メソッド| 名前 | 説明 | |
|---|---|---|
| Equals | オーバーロードされます。 オーバーライドされます。 指定したオブジェクトがこの Unit に等しいかどうかを判断します。 |
| GetHashCode | オーバーライドされます。 この Unit のハッシュ コードを返します。 |
| GetType | 現在のインスタンスの Type を取得します。 ( Object から継承されます。) |
| op_Equality | 2 つの Unit オブジェクトを比較し、それらのオブジェクトが等しいかどうかを確認します。 |
| op_Implicit | 指定した 32 ビット符号なし整数を使用して、Pixel 型の Unit を暗黙的に作成します。 |
| op_Inequality | 2 つの Unit オブジェクトを比較し、それらのオブジェクトが等しくないかどうかを判断します。 |
| Parse | オーバーロードされます。 文字列を Unit に変換します。 |
| Percentage | 指定された倍精度浮動小数点数を使用して、Percentage 型の Unit を作成します。 |
| Pixel | 指定した 32 ビット符号付き整数を使用して、Pixel 型の Unit を作成します。 |
| Point | 指定した 32 ビット符号付き整数を使用して、Point 型の Unit を作成します。 |
| ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 ( Object から継承されます。) |
| ToString | オーバーロードされます。 オーバーライドされます。 Unit を等価の文字列に変換します。 |
プロテクト メソッド| 名前 | 説明 | |
|---|---|---|
| Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 ( Object から継承されます。) |
| MemberwiseClone | 現在の Object の簡易コピーを作成します。 ( Object から継承されます。) |
参照
パブリック コンストラクタ
パブリック フィールド
パブリック プロパティ
パブリック メソッド| 名前 | 説明 | |
|---|---|---|
| Equals | オーバーロードされます。 オーバーライドされます。 指定したオブジェクトがこの Unit に等しいかどうかを判断します。 |
| GetHashCode | オーバーライドされます。 この Unit のハッシュ コードを返します。 |
| GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
| op_Equality | 2 つの Unit オブジェクトを比較し、それらのオブジェクトが等しいかどうかを確認します。 |
| op_Implicit | 指定した 32 ビット符号なし整数を使用して、Pixel 型の Unit を暗黙的に作成します。 |
| op_Inequality | 2 つの Unit オブジェクトを比較し、それらのオブジェクトが等しくないかどうかを判断します。 |
| Parse | オーバーロードされます。 文字列を Unit に変換します。 |
| Percentage | 指定された倍精度浮動小数点数を使用して、Percentage 型の Unit を作成します。 |
| Pixel | 指定した 32 ビット符号付き整数を使用して、Pixel 型の Unit を作成します。 |
| Point | 指定した 32 ビット符号付き整数を使用して、Point 型の Unit を作成します。 |
| ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) |
| ToString | オーバーロードされます。 オーバーライドされます。 Unit を等価の文字列に変換します。 |
プロテクト メソッド| 名前 | 説明 | |
|---|---|---|
| Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) |
| MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |
参照
構文
解説Unit 構造体は、任意の HTML 互換サイズ単位で表すことができる長さの単位を表します。UnitType 列挙体には、表すことができる単位がリストされます。Unit は、BorderWidth や Height などのプロパティで、プロパティの長さや幅を表すために使用されます。たとえば、Web サーバー コントロールの BorderWidth プロパティに、5 ピクセルを表す Unit を設定できます。
メモ |
|---|
Value プロパティを使用して、単位で表される長さを決定します。単位は、Type プロパティを使用して決定します。Parse、Percentage、Pixel、Point の各メソッドを使用して、他のデータ型を Unit に変換できます。
Unit のインスタンスの初期プロパティ値の一覧については、Unit コンストラクタのトピックを参照してください。
使用例Style オブジェクトを使用して、複数のコントロールのスタイル プロパティを一度に変更する方法を次のコード例に示します。Style プロパティの 1 つの値が変更されるたびに、各コントロールでその ApplyStyle メソッドを呼び出す必要があります。すべてのコントロールが、ここに示すすべてのプロパティをサポートするわけではありません。特定のプロパティをサポートしないコントロールの場合、そのプロパティの値が変更されても、そのコントロールの外観は変わりません。
<%@ Page language="VB" AutoEventWireup="true" %> <%@ Import Namespace="System.Drawing" %> <%@ Import Namespace="System.Data" %> <html> <head> <script runat="server"> Private Dim primaryStyle As New Style() Sub Page_Load(sender As Object, e As System.EventArgs) If Not Page.IsPostBack Then ' Add data to the borderColorList, ' backColorList, and foreColorList controls. Dim colors As New ListItemCollection() colors.Add(Color.Black.Name) colors.Add(Color.Blue.Name) colors.Add(Color.Green.Name) colors.Add(Color.Orange.Name) colors.Add(Color.Purple.Name) colors.Add(Color.Red.Name) colors.Add(Color.White.Name) colors.Add(Color.Yellow.Name) borderColorList.DataSource = colors borderColorList.DataBind() backColorList.DataSource = colors backColorList.DataBind() foreColorList.DataSource = colors foreColorList.DataBind() ' Add data to the borderStyleList control. Dim styles As New ListItemCollection() Dim styleType As Type = GetType(BorderStyle) Dim s As String For Each s in [Enum].GetNames(styleType) styles.Add(s) Next s borderStyleList.DataSource = styles borderStyleList.DataBind() ' Add data to the borderWidthList control. Dim widths As New ListItemCollection() Dim i As Integer for i = 0 To 10 widths.Add(i.ToString() & "px") Next i borderWidthList.DataSource = widths borderWidthList.DataBind() ' Add data to the fontNameList control. Dim names As New ListItemCollection() names.Add("Arial") names.Add("Courier") names.Add("Garamond") names.Add("Time New Roman") names.Add("Verdana") fontNameList.DataSource = names fontNameList.DataBind() ' Add data to the fontSizeList control. Dim fontSizes As New ListItemCollection() fontSizes.Add("Small") fontSizes.Add("Medium") fontSizes.Add("Large") fontSizes.Add("10pt") fontSizes.Add("14pt") fontSizes.Add("20pt") fontSizeList.DataSource = fontSizes fontSizeList.DataBind() ' Set primaryStyle as the style for each control. Label1.ApplyStyle(primaryStyle) ListBox1.ApplyStyle(primaryStyle) Button1.ApplyStyle(primaryStyle) Table1.ApplyStyle(primaryStyle) TextBox1.ApplyStyle(primaryStyle) End If End Sub Sub ChangeBorderColor(sender As Object, e As System.EventArgs) primaryStyle.BorderColor = _ Color.FromName(borderColorList.SelectedItem.Text) Label1.ApplyStyle(primaryStyle) ListBox1.ApplyStyle(primaryStyle) Button1.ApplyStyle(primaryStyle) Table1.ApplyStyle(primaryStyle) TextBox1.ApplyStyle(primaryStyle) End Sub Sub ChangeBackColor(sender As Object, e As System.EventArgs) primaryStyle.BackColor = _ Color.FromName(backColorList.SelectedItem.Text) Label1.ApplyStyle(primaryStyle) ListBox1.ApplyStyle(primaryStyle) Button1.ApplyStyle(primaryStyle) Table1.ApplyStyle(primaryStyle) TextBox1.ApplyStyle(primaryStyle) End Sub Sub ChangeForeColor(sender As Object, e As System.EventArgs) primaryStyle.ForeColor = _ Color.FromName(foreColorList.SelectedItem.Text) Label1.ApplyStyle(primaryStyle) ListBox1.ApplyStyle(primaryStyle) Button1.ApplyStyle(primaryStyle) Table1.ApplyStyle(primaryStyle) TextBox1.ApplyStyle(primaryStyle) End Sub Sub ChangeBorderStyle(sender As Object, e As System.EventArgs) primaryStyle.BorderStyle = _ CType([Enum].Parse(GetType(BorderStyle), _ borderStyleList.SelectedItem.Text), BorderStyle) Label1.ApplyStyle(primaryStyle) ListBox1.ApplyStyle(primaryStyle) Button1.ApplyStyle(primaryStyle) Table1.ApplyStyle(primaryStyle) TextBox1.ApplyStyle(primaryStyle) End Sub Sub ChangeBorderWidth(sender As Object, e As System.EventArgs) primaryStyle.BorderWidth = _ Unit.Parse(borderWidthList.SelectedItem.Text) Label1.ApplyStyle(primaryStyle) ListBox1.ApplyStyle(primaryStyle) Button1.ApplyStyle(primaryStyle) Table1.ApplyStyle(primaryStyle) TextBox1.ApplyStyle(primaryStyle) End Sub Sub ChangeFont(sender As Object, e As System.EventArgs) primaryStyle.Font.Name = _ fontNameList.SelectedItem.Text Label1.ApplyStyle(primaryStyle) ListBox1.ApplyStyle(primaryStyle) Button1.ApplyStyle(primaryStyle) Table1.ApplyStyle(primaryStyle) TextBox1.ApplyStyle(primaryStyle) End Sub Sub ChangeFontSize(sender As Object, e As System.EventArgs) primaryStyle.Font.Size = _ FontUnit.Parse(fontSizeList.SelectedItem.Text) Label1.ApplyStyle(primaryStyle) ListBox1.ApplyStyle(primaryStyle) Button1.ApplyStyle(primaryStyle) Table1.ApplyStyle(primaryStyle) TextBox1.ApplyStyle(primaryStyle) End Sub </script> </head> <body> <form id="Form1" runat="server"> <table cellPadding="6" border="0"> <tr> <td> <asp:label id="Label1" Text="Border Properties Example" Runat="server"> <center><br>Label Styles</center> </asp:label> </td> <td> <asp:button id="Button1" runat="server" Text="Button Styles"> </asp:button> </td> <td> <asp:listbox id="ListBox1" Runat="server"> <asp:ListItem Value="0" Text="List Item 0"> </asp:ListItem> <asp:ListItem Value="1" Text="List Item 1"> </asp:ListItem> <asp:ListItem Value="2" Text="List Item 2"> </asp:ListItem> </asp:listbox> </td> <td> <asp:textbox id="TextBox1" Text="TextBox Styles" Runat="server"> </asp:textbox> </td> <td> <asp:table id="Table1" Runat="server"> <asp:TableRow> <asp:TableCell Text="(0,0)"></asp:TableCell> <asp:TableCell Text="(0,1)"></asp:TableCell> </asp:TableRow> <asp:TableRow> <asp:TableCell Text="(1,0)"></asp:TableCell> <asp:TableCell Text="(1,1)"></asp:TableCell> </asp:TableRow> </asp:table> </td> </tr> <tr> <td> <asp:Label Runat="server" Text="Border Color:"> </asp:Label> <asp:dropdownlist id="borderColorList" Runat="server" AutoPostBack="True" OnSelectedIndexChanged="ChangeBorderColor"> </asp:dropdownlist> <br> <asp:Label Runat="server" Text="Border Style:"> </asp:Label> <asp:dropdownlist id="borderStyleList" Runat="server" AutoPostBack="True" OnSelectedIndexChanged="ChangeBorderStyle"> </asp:dropdownlist> <br> <asp:Label Runat="server" Text="Border Width"> </asp:Label> <asp:dropdownlist id="borderWidthList" Runat="server" AutoPostBack="True" OnSelectedIndexChanged="ChangeBorderWidth"> </asp:dropdownlist> </td> <td> <asp:Label Runat="server" Text="Back Color:"> </asp:Label> <asp:dropdownlist id="backColorList" Runat="server" AutoPostBack="True" OnSelectedIndexChanged="ChangeBackColor"> </asp:dropdownlist> <br> <asp:Label Runat="server" Text="Foreground Color:"> </asp:Label> <asp:dropdownlist id="foreColorList" Runat="server" AutoPostBack="True" OnSelectedIndexChanged="ChangeForeColor"> </asp:dropdownlist> </td> <td> <asp:Label Runat="server" Text="Font Name:"> </asp:Label> <asp:dropdownlist id="fontNameList" Runat="server" AutoPostBack="True" OnSelectedIndexChanged="ChangeFont"> </asp:dropdownlist> <br> <asp:Label Runat="server" Text="Font Size:"> </asp:Label> <asp:dropdownlist id="fontSizeList" Runat="server" AutoPostBack="True" OnSelectedIndexChanged="ChangeFontSize"> </asp:dropdownlist> </td> </tr> </table> </form> </body> </html>
<%@ Page language="C#" AutoEventWireup="true" %> <%@ Import Namespace="System.Drawing" %> <%@ Import Namespace="System.Data" %> <html> <head> <script runat="server"> private Style primaryStyle = new Style(); void Page_Load(object sender, System.EventArgs e) { if (!Page.IsPostBack) { // Add data to the borderColorList, // backColorList, and foreColorList controls. ListItemCollection colors = new ListItemCollection(); colors.Add(Color.Black.Name); colors.Add(Color.Blue.Name); colors.Add(Color.Green.Name); colors.Add(Color.Orange.Name); colors.Add(Color.Purple.Name); colors.Add(Color.Red.Name); colors.Add(Color.White.Name); colors.Add(Color.Yellow.Name); borderColorList.DataSource = colors; borderColorList.DataBind(); backColorList.DataSource = colors; backColorList.DataBind(); foreColorList.DataSource = colors; foreColorList.DataBind(); // Add data to the borderStyleList control. ListItemCollection styles = new ListItemCollection(); Type styleType = typeof(BorderStyle); foreach (string s in Enum.GetNames(styleType)) { styles.Add(s); } borderStyleList.DataSource = styles; borderStyleList.DataBind(); // Add data to the borderWidthList control. ListItemCollection widths = new ListItemCollection(); for (int i = 0; i < 11; i++) { widths.Add(i.ToString() + "px"); } borderWidthList.DataSource = widths; borderWidthList.DataBind(); // Add data to the fontNameList control. ListItemCollection names = new ListItemCollection(); names.Add("Arial"); names.Add("Courier"); names.Add("Garamond"); names.Add("Time New Roman"); names.Add("Verdana"); fontNameList.DataSource = names; fontNameList.DataBind(); // Add data to the fontSizeList control. ListItemCollection fontSizes = new ListItemCollection(); fontSizes.Add("Small"); fontSizes.Add("Medium"); fontSizes.Add("Large"); fontSizes.Add("10pt"); fontSizes.Add("14pt"); fontSizes.Add("20pt"); fontSizeList.DataSource = fontSizes; fontSizeList.DataBind(); //Set primaryStyle as the style for each control. Label1.ApplyStyle(primaryStyle); ListBox1.ApplyStyle(primaryStyle); Button1.ApplyStyle(primaryStyle); Table1.ApplyStyle(primaryStyle); TextBox1.ApplyStyle(primaryStyle); } } void ChangeBorderColor(object sender, System.EventArgs e) { primaryStyle.BorderColor = Color.FromName(borderColorList.SelectedItem.Text); Label1.ApplyStyle(primaryStyle); ListBox1.ApplyStyle(primaryStyle); Button1.ApplyStyle(primaryStyle); Table1.ApplyStyle(primaryStyle); TextBox1.ApplyStyle(primaryStyle); } void ChangeBackColor(object sender, System.EventArgs e) { primaryStyle.BackColor = Color.FromName(backColorList.SelectedItem.Text); Label1.ApplyStyle(primaryStyle); ListBox1.ApplyStyle(primaryStyle); Button1.ApplyStyle(primaryStyle); Table1.ApplyStyle(primaryStyle); TextBox1.ApplyStyle(primaryStyle); } void ChangeForeColor(object sender, System.EventArgs e) { primaryStyle.ForeColor = Color.FromName(foreColorList.SelectedItem.Text); Label1.ApplyStyle(primaryStyle); ListBox1.ApplyStyle(primaryStyle); Button1.ApplyStyle(primaryStyle); Table1.ApplyStyle(primaryStyle); TextBox1.ApplyStyle(primaryStyle); } void ChangeBorderStyle(object sender, System.EventArgs e) { primaryStyle.BorderStyle = (BorderStyle)Enum.Parse(typeof(BorderStyle), borderStyleList.SelectedItem.Text); Label1.ApplyStyle(primaryStyle); ListBox1.ApplyStyle(primaryStyle); Button1.ApplyStyle(primaryStyle); Table1.ApplyStyle(primaryStyle); TextBox1.ApplyStyle(primaryStyle); } void ChangeBorderWidth(object sender, System.EventArgs e) { primaryStyle.BorderWidth = Unit.Parse(borderWidthList.SelectedItem.Text); Label1.ApplyStyle(primaryStyle); ListBox1.ApplyStyle(primaryStyle); Button1.ApplyStyle(primaryStyle); Table1.ApplyStyle(primaryStyle); TextBox1.ApplyStyle(primaryStyle); } void ChangeFont(object sender, System.EventArgs e) { primaryStyle.Font.Name = fontNameList.SelectedItem.Text; Label1.ApplyStyle(primaryStyle); ListBox1.ApplyStyle(primaryStyle); Button1.ApplyStyle(primaryStyle); Table1.ApplyStyle(primaryStyle); TextBox1.ApplyStyle(primaryStyle); } void ChangeFontSize(object sender, System.EventArgs e) { primaryStyle.Font.Size = FontUnit.Parse(fontSizeList.SelectedItem.Text); Label1.ApplyStyle(primaryStyle); ListBox1.ApplyStyle(primaryStyle); Button1.ApplyStyle(primaryStyle); Table1.ApplyStyle(primaryStyle); TextBox1.ApplyStyle(primaryStyle); } </script> </head> <body> <form id="Form1" runat="server"> <table cellPadding="6" border="0"> <tr> <td> <asp:label id="Label1" Text="Border Properties Example" Runat="server"> <center><br>Label Styles</center> </asp:label> </td> <td> <asp:button id="Button1" runat="server" Text="Button Styles"> </asp:button> </td> <td> <asp:listbox id="ListBox1" Runat="server"> <asp:ListItem Value="0" Text="List Item 0"> </asp:ListItem> <asp:ListItem Value="1" Text="List Item 1"> </asp:ListItem> <asp:ListItem Value="2" Text="List Item 2"> </asp:ListItem> </asp:listbox> </td> <td> <asp:textbox id="TextBox1" Text="TextBox Styles" Runat="server"> </asp:textbox> </td> <td> <asp:table id="Table1" Runat="server"> <asp:TableRow> <asp:TableCell Text="(0,0)"></asp:TableCell> <asp:TableCell Text="(0,1)"></asp:TableCell> </asp:TableRow> <asp:TableRow> <asp:TableCell Text="(1,0)"></asp:TableCell> <asp:TableCell Text="(1,1)"></asp:TableCell> </asp:TableRow> </asp:table> </td> </tr> <tr> <td> <asp:Label Runat="server" Text="Border Color:"> </asp:Label> <asp:dropdownlist id="borderColorList" Runat="server" AutoPostBack="True" OnSelectedIndexChanged="ChangeBorderColor"> </asp:dropdownlist> <br> <asp:Label Runat="server" Text="Border Style:"> </asp:Label> <asp:dropdownlist id="borderStyleList" Runat="server" AutoPostBack="True" OnSelectedIndexChanged="ChangeBorderStyle"> </asp:dropdownlist> <br> <asp:Label Runat="server" Text="Border Width"> </asp:Label> <asp:dropdownlist id="borderWidthList" Runat="server" AutoPostBack="True" OnSelectedIndexChanged="ChangeBorderWidth"> </asp:dropdownlist> </td> <td> <asp:Label Runat="server" Text="Back Color:"> </asp:Label> <asp:dropdownlist id="backColorList" Runat="server" AutoPostBack="True" OnSelectedIndexChanged="ChangeBackColor"> </asp:dropdownlist> <br> <asp:Label Runat="server" Text="Foreground Color:"> </asp:Label> <asp:dropdownlist id="foreColorList" Runat="server" AutoPostBack="True" OnSelectedIndexChanged="ChangeForeColor"> </asp:dropdownlist> </td> <td> <asp:Label Runat="server" Text="Font Name:"> </asp:Label> <asp:dropdownlist id="fontNameList" Runat="server" AutoPostBack="True" OnSelectedIndexChanged="ChangeFont"> </asp:dropdownlist> <br> <asp:Label Runat="server" Text="Font Size:"> </asp:Label> <asp:dropdownlist id="fontSizeList" Runat="server" AutoPostBack="True" OnSelectedIndexChanged="ChangeFontSize"> </asp:dropdownlist> </td> </tr> </table> </form> </body> </html>
スレッド セーフ
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照出典: フリー百科事典『ウィキペディア(Wikipedia)』 (2024/09/28 15:15 UTC 版)
| UNI-T | |
|---|---|
| |
|
| 概要 | |
| 製造国 | |
| ボディ | |
| 乗車定員 | 5名 |
| ボディタイプ | 5ドアSUV |
| 車両寸法 | |
| 全長 | 4515mm |
| 全幅 | 1870mm |
| 全高 | 1565mm |
2020年3月5日
オンライン発表会においてUNI-Tを世界初披露[1]。
2020年5月20日
予約受付を開始[2]。
2020年5月30日
予約台数が5638台に到達[3]。
2020年5月9日
予約台数が11693台を突破[3]。
2020年6月16日
UNI-Tのテーマ曲「自有引力」がリリースされる[4]。
2020年6月21日
販売を開始[5]。
2020年12月16日
重慶国際R&DセンターにてUNI-Tに搭載されている”蓝鲸NE1.5T”エンジンが「稼働した状態におけるエンジンの最長ライブ配信」のギネス世界記録への挑戦を開始[6]。
2021年2月22日
UNI-T 卓越エディションが販売開始。[7]
2021年3月
合計販売台数が10万台を突破[8]。
2021年5月8日
UNI-T "运动版旗舰"エディションが販売開始[8]。
出典: フリー百科事典『ウィキペディア(Wikipedia)』 (2025/05/02 00:33 UTC 版)
| UNI.T | |
|---|---|
|
ウヒ, ユンジョ,NC.A, ウィジン,イェビン, イ・ヒョンジュ,ヤン・ジウォン, ジエン,イ・スジ(2018年)
|
|
| 基本情報 | |
| 出身地 | |
| ジャンル | K-POP |
| 活動期間 | 2018年5月18日 - 2018年10月12日 |
| レーベル | kakaoM |
| 事務所 | POCKETDOL STUDIO |
| メンバー | |
UNI.T(ユニティ、朝: 유니티)は、2018年に韓国で結成された期間限定の9人組ガールズアイドルグループ。2017年10月28日から2018年2月10日まで KBS2TVで放送されたアイドルリブートプロジェクト「The Unit」の女性部門の合格者で構成されている。グループ名は番組名の「The Unit」と英語のUnity(統合、結束)から。2018年5月18日にファーストミニアルバム「Line」で正式デビュー[1]。2018年10月12日、約半年の活動を終え解散となった。ファンの名称は「우유(ウユ・牛乳)」。私たちとあなた(We&You)の意味が込められており、2018年6月28日にV-LIVE配信でファンの投稿の中からメンバーが選択して決定した[2]。
| 名前 | 画像 | プロフィール |
|---|---|---|
| ウヒ | ||
| ヤン・ジウォン | ||
| ユンジョ | ||
| ZN/ジエン | ||
| NC.A/エンシア | ||
| ウィジン | ||
| イェビン | ||
| イ・ヒョンジュ | ||
| イ・スジ |
| No. | タイトル | トラックリスト | 補足 |
|---|---|---|---|
| 1st | Line (2018年5月18日) |
|
[10] |
| 2nd | 終わりを知る始まり (끝을 아는 시작) (2018年9月18日) |
|
[7] |
| 年 | M/V | Dance Practice Video |
|---|---|---|
| 2018年 | ||
| 公演年 | 形態 | タイトル | 公演日・会場 | 出典 |
|---|---|---|---|---|
| 2018年 | 単独ライブ | UNI.T 1ST FAN MEETING “Beyond the Line” in JAPAN | 7月15日 マイナビBLITZ赤坂 (東京都) 全2回公演 | [11] |
出典: フリー百科事典『ウィキペディア(Wikipedia)』 (2022/05/20 04:20 UTC 版)
忠誠度が50以上の仲魔は、ユニット化することで、ともに戦闘で戦うことが出来る。ユニット化するさいにニックネームをつけることが出来るが必ずしも必要ではない。ユニット化した仲魔はアイテムが装備可能となり、戦闘で経験値を得ることでレベルアップ及びランクアップする。戦闘では一定のマグネタイトを持ち、その分だけ行動が出来る。そのため、なくなった場合は他のユニットからマグネタイトを分けてもらわなければ行動できない。また戦闘後はこまめにマグネタイトを補給する必要がある。
※この「UNIT」の解説は、「魔神転生」の解説の一部です。
「UNIT」を含む「魔神転生」の記事については、「魔神転生」の概要を参照ください。